-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.8.1
-
None
QRegularExpression pattern = QRegularExpression( "3{1,2" );
pattern.isValid() == true, but there is unclosed curly bracket in pattern
If it's impossible make strict check by default - may be add option to pattern - to check curly brackets closed and with only 1 or 2 numbers inside separated by comma