diff options
Diffstat (limited to 'doc/man/man3/tqregexpvalidator.3qt')
-rw-r--r-- | doc/man/man3/tqregexpvalidator.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqregexpvalidator.3qt b/doc/man/man3/tqregexpvalidator.3qt index 4f620be65..d7d33598a 100644 --- a/doc/man/man3/tqregexpvalidator.3qt +++ b/doc/man/man3/tqregexpvalidator.3qt @@ -110,7 +110,7 @@ Below we present some examples of validators. In practice they would normally be .br rx.setPattern( "read\\\\S?me(\\.(txt|asc|1st))?" ); .br - rx.setCaseSensitive( FALSE ); + rx.setCaseSensitive( false ); .br v.setRegExp( rx ); .br |