summaryrefslogtreecommitdiffstats
path: root/doc/html/tqregexpvalidator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqregexpvalidator.html')
-rw-r--r--doc/html/tqregexpvalidator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqregexpvalidator.html b/doc/html/tqregexpvalidator.html
index efca08cf8..403111513 100644
--- a/doc/html/tqregexpvalidator.html
+++ b/doc/html/tqregexpvalidator.html
@@ -96,7 +96,7 @@ normally be associated with a widget as in the example above.
// match most 'readme' files
rx.<a href="tqregexp.html#setPattern">setPattern</a>( "read\\S?me(\.(txt|asc|1st))?" );
- rx.<a href="tqregexp.html#setCaseSensitive">setCaseSensitive</a>( FALSE );
+ rx.<a href="tqregexp.html#setCaseSensitive">setCaseSensitive</a>( false );
v.<a href="#setRegExp">setRegExp</a>( rx );
s = "readme"; v.<a href="#validate">validate</a>( s, pos ); // Returns Acceptable
s = "README.1ST"; v.<a href="#validate">validate</a>( s, pos ); // Returns Acceptable