fixed compilation problem inwith ^
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,7 +79,7 @@ enum
|
|||||||
Flags for regex matching to be used with \helpref{Matches()}{wxregexmatches}.
|
Flags for regex matching to be used with \helpref{Matches()}{wxregexmatches}.
|
||||||
|
|
||||||
These flags are mainly useful when doing several matches in a long string
|
These flags are mainly useful when doing several matches in a long string
|
||||||
to prevent erroneous matches for {\tt '\^'} and {\tt '\$'}
|
to prevent erroneous matches for \verb|'^'| and \verb|'$'|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user