X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f220b00998c85886f1e42176b83996abdeb98a2c..eeacbb8c4ff812199e509b36329d1bb237f770a1:/docs/latex/wx/regex.tex diff --git a/docs/latex/wx/regex.tex b/docs/latex/wx/regex.tex index 91ac1c6374..025d01e411 100644 --- a/docs/latex/wx/regex.tex +++ b/docs/latex/wx/regex.tex @@ -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}