]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regex.tex
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git] / docs / latex / wx / regex.tex
index 91ac1c63745c1f88002c25ba2f27ab5d8abcb68b..025d01e411db896956b4ad1eb45e9fb18e784f14 100644 (file)
@@ -18,7 +18,7 @@ supported but, unlike POSIX C API, the extended ones are used by default.
 This class provides support for regular expressions matching and also
 replacement. It is built on top of either the system library (if it has support
 for POSIX regular expressions - which is the case of the most modern Unices) or
-uses the built-in Henry Spencer's library from tcl.
+uses a version of Henry Spencer's library from tcl.
 
 \wxheading{Derived from}