]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/re_syntax.tex
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
[wxWidgets.git] / docs / latex / wx / re_syntax.tex
index 4732c9a3173be8992c2dff881b2830644079444c..75c4d3c5a50226aae8a3abd82446c1289925f390 100644 (file)
@@ -10,7 +10,7 @@ pattern that matches certain strings and doesn't match others.
 
 \helpref{wxRegEx}{wxregex}
 
-\subsection{Different Flavors of REs}
+\subsection{Different Flavors of REs}\label{differentflavors}
 
 \helpref{Syntax of the builtin regular expression library}{wxresyn}
 
@@ -25,7 +25,7 @@ AREs. BREs mostly exist for backward compatibility in some old programs;
 they will be discussed at the \helpref{end}{wxresynbre}. POSIX EREs are almost an exact subset
 of AREs. Features of AREs that are not present in EREs will be indicated.
 
-\subsection{Regular Expression Syntax}
+\subsection{Regular Expression Syntax}\label{resyntax}
 
 \helpref{Syntax of the builtin regular expression library}{wxresyn}
 
@@ -339,7 +339,7 @@ is taken as a back  reference if it comes after a suitable subexpression
 (i.e. the number is in the legal range for a back reference), and otherwise
 is taken as octal. 
 
-\subsection{Metasyntax}
+\subsection{Metasyntax}\label{remetasyntax}
 
 \helpref{Syntax of the builtin regular expression library}{wxresyn}
 
@@ -474,7 +474,7 @@ If inverse partial newline-sensitive matching is specified,
 this affects {\bf \caret} and {\bf \$} as with newline-sensitive matching, but not {\bf .} and bracket
 expressions. This isn't very useful but is provided for symmetry. 
 
-\subsection{Limits And Compatibility}
+\subsection{Limits And Compatibility}\label{relimits}
 
 \helpref{Syntax of the builtin regular expression library}{wxresyn}