string notation.
\subsection{Regular Expression Syntax}
+\label{re-syntax}
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
\end{list}
+
\subsection{Module Contents}
\nodename{Contents of Module re}
never an error if a string contains no match for a pattern.
\end{excdesc}
+
\subsection{Regular Expression Objects}
+\label{re-objects}
+
Compiled regular expression objects support the following methods and
attributes:
The pattern string from which the regex object was compiled.
\end{memberdesc}
+
\subsection{Match Objects}
+\label{match-objects}
\class{MatchObject} instances support the following methods and attributes:
string notation.
\subsection{Regular Expression Syntax}
+\label{re-syntax}
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
\end{list}
+
\subsection{Module Contents}
\nodename{Contents of Module re}
never an error if a string contains no match for a pattern.
\end{excdesc}
+
\subsection{Regular Expression Objects}
+\label{re-objects}
+
Compiled regular expression objects support the following methods and
attributes:
The pattern string from which the regex object was compiled.
\end{memberdesc}
+
\subsection{Match Objects}
+\label{match-objects}
\class{MatchObject} instances support the following methods and attributes: