mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Added \label to subsections which didn't have one, since this module has
subsections listed in the documentation index sidebar. (Why?)
This commit is contained in:
parent
a933f6a53d
commit
42de185a77
2 changed files with 14 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Usually patterns will be expressed in Python code using this raw
|
||||||
string notation.
|
string notation.
|
||||||
|
|
||||||
\subsection{Regular Expression Syntax}
|
\subsection{Regular Expression Syntax}
|
||||||
|
\label{re-syntax}
|
||||||
|
|
||||||
A regular expression (or RE) specifies a set of strings that matches
|
A regular expression (or RE) specifies a set of strings that matches
|
||||||
it; the functions in this module let you check if a particular string
|
it; the functions in this module let you check if a particular string
|
||||||
|
|
@ -275,6 +276,7 @@ for the current locale.
|
||||||
|
|
||||||
\end{list}
|
\end{list}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Module Contents}
|
\subsection{Module Contents}
|
||||||
\nodename{Contents of Module re}
|
\nodename{Contents of Module re}
|
||||||
|
|
||||||
|
|
@ -458,7 +460,10 @@ Perform the same operation as \function{sub()}, but return a tuple
|
||||||
never an error if a string contains no match for a pattern.
|
never an error if a string contains no match for a pattern.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Regular Expression Objects}
|
\subsection{Regular Expression Objects}
|
||||||
|
\label{re-objects}
|
||||||
|
|
||||||
Compiled regular expression objects support the following methods and
|
Compiled regular expression objects support the following methods and
|
||||||
attributes:
|
attributes:
|
||||||
|
|
||||||
|
|
@ -522,7 +527,9 @@ symbolic groups were used in the pattern.
|
||||||
The pattern string from which the regex object was compiled.
|
The pattern string from which the regex object was compiled.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Match Objects}
|
\subsection{Match Objects}
|
||||||
|
\label{match-objects}
|
||||||
|
|
||||||
\class{MatchObject} instances support the following methods and attributes:
|
\class{MatchObject} instances support the following methods and attributes:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ Usually patterns will be expressed in Python code using this raw
|
||||||
string notation.
|
string notation.
|
||||||
|
|
||||||
\subsection{Regular Expression Syntax}
|
\subsection{Regular Expression Syntax}
|
||||||
|
\label{re-syntax}
|
||||||
|
|
||||||
A regular expression (or RE) specifies a set of strings that matches
|
A regular expression (or RE) specifies a set of strings that matches
|
||||||
it; the functions in this module let you check if a particular string
|
it; the functions in this module let you check if a particular string
|
||||||
|
|
@ -275,6 +276,7 @@ for the current locale.
|
||||||
|
|
||||||
\end{list}
|
\end{list}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Module Contents}
|
\subsection{Module Contents}
|
||||||
\nodename{Contents of Module re}
|
\nodename{Contents of Module re}
|
||||||
|
|
||||||
|
|
@ -458,7 +460,10 @@ Perform the same operation as \function{sub()}, but return a tuple
|
||||||
never an error if a string contains no match for a pattern.
|
never an error if a string contains no match for a pattern.
|
||||||
\end{excdesc}
|
\end{excdesc}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Regular Expression Objects}
|
\subsection{Regular Expression Objects}
|
||||||
|
\label{re-objects}
|
||||||
|
|
||||||
Compiled regular expression objects support the following methods and
|
Compiled regular expression objects support the following methods and
|
||||||
attributes:
|
attributes:
|
||||||
|
|
||||||
|
|
@ -522,7 +527,9 @@ symbolic groups were used in the pattern.
|
||||||
The pattern string from which the regex object was compiled.
|
The pattern string from which the regex object was compiled.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Match Objects}
|
\subsection{Match Objects}
|
||||||
|
\label{match-objects}
|
||||||
|
|
||||||
\class{MatchObject} instances support the following methods and attributes:
|
\class{MatchObject} instances support the following methods and attributes:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue