--- code/trunk/doc/html/pcrecpp.html 2011/01/11 16:49:55 583 +++ code/trunk/doc/html/pcrecpp.html 2011/08/02 11:00:40 654 @@ -232,7 +232,7 @@ a RE_Options object, set the appropriate options, and pass this object to a RE constructor. Example:
- RE_options opt;
+ RE_Options opt;
opt.set_caseless(true);
if (RE("HELLO", opt).PartialMatch("hello world")) ...
@@ -362,6 +362,8 @@
Last updated: 17 March 2009
+Minor typo fixed: 25 July 2011
+
Return to the PCRE index page.