RegExpValidator QML Type
Provides a string validator More...
Import Statement: | import QtQuick 2.7 |
Instantiates: | QRegExpValidator |
Properties
- regExp : regExp
Detailed Description
The RegExpValidator type provides a validator, which counts as valid any string which matches a specified regular expression.
Property Documentation
regExp : regExp |
This property holds the regular expression used for validation.
Note that this property should be a regular expression in JS syntax, e.g /a/ for the regular expression matching "a".
By default, this property contains a regular expression with the pattern .* that matches any string.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.