X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6465d4013dcc9dfeb631b8a9d97aaf6c54f6939e..e531b73f8910b3dcb2457bb74eb3723f2d516f5f:/docs/latex/wx/regex.tex diff --git a/docs/latex/wx/regex.tex b/docs/latex/wx/regex.tex index 1767337191..175fcd0aa4 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 '^'} 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