X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6465d4013dcc9dfeb631b8a9d97aaf6c54f6939e..de8a0ed32a1472a580c11e946af87411673c09d9:/docs/latex/wx/regex.tex diff --git a/docs/latex/wx/regex.tex b/docs/latex/wx/regex.tex index 1767337191..75d60428d7 100644 --- a/docs/latex/wx/regex.tex +++ b/docs/latex/wx/regex.tex @@ -80,7 +80,7 @@ enum Flags for regex matching to be used with \helpref{Matches()}{wxregexmatches}. These flags are mainly useful when doing several matches in a long string -to prevent erroneous matches for \verb|'^'| and {\tt '\$'}: +to prevent erroneous matches for {\tt '\textasciicircum'} and {\tt '\$'}: \begin{verbatim} enum @@ -126,8 +126,6 @@ printf("text now contains %u hidden addresses", count); Default ctor: use \helpref{Compile()}{wxregexcompile} later. -\membersection{wxRegEx::wxRegEx}\label{wxregexwxregex} - \func{}{wxRegEx}{\param{const wxString\& }{expr}, \param{int }{flags = wxRE\_DEFAULT}} Create and compile the regular expression, use