File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ \section{Built-in Module \module{re}}
2828string notation.
2929
3030\subsection {Regular Expression Syntax }
31+ \label {re-syntax }
3132
3233A regular expression (or RE) specifies a set of strings that matches
3334it; the functions in this module let you check if a particular string
@@ -275,6 +276,7 @@ \subsection{Regular Expression Syntax}
275276
276277\end {list }
277278
279+
278280\subsection {Module Contents }
279281\nodename {Contents of Module re}
280282
@@ -458,7 +460,10 @@ \subsection{Module Contents}
458460 never an error if a string contains no match for a pattern.
459461\end {excdesc }
460462
463+
461464\subsection {Regular Expression Objects }
465+ \label {re-objects }
466+
462467Compiled regular expression objects support the following methods and
463468attributes:
464469
@@ -522,7 +527,9 @@ \subsection{Regular Expression Objects}
522527The pattern string from which the regex object was compiled.
523528\end {memberdesc }
524529
530+
525531\subsection {Match Objects }
532+ \label {match-objects }
526533
527534\class {MatchObject} instances support the following methods and attributes:
528535
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ \section{Built-in Module \module{re}}
2828string notation.
2929
3030\subsection {Regular Expression Syntax }
31+ \label {re-syntax }
3132
3233A regular expression (or RE) specifies a set of strings that matches
3334it; the functions in this module let you check if a particular string
@@ -275,6 +276,7 @@ \subsection{Regular Expression Syntax}
275276
276277\end {list }
277278
279+
278280\subsection {Module Contents }
279281\nodename {Contents of Module re}
280282
@@ -458,7 +460,10 @@ \subsection{Module Contents}
458460 never an error if a string contains no match for a pattern.
459461\end {excdesc }
460462
463+
461464\subsection {Regular Expression Objects }
465+ \label {re-objects }
466+
462467Compiled regular expression objects support the following methods and
463468attributes:
464469
@@ -522,7 +527,9 @@ \subsection{Regular Expression Objects}
522527The pattern string from which the regex object was compiled.
523528\end {memberdesc }
524529
530+
525531\subsection {Match Objects }
532+ \label {match-objects }
526533
527534\class {MatchObject} instances support the following methods and attributes:
528535
You can’t perform that action at this time.
0 commit comments