mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
re is standard, not built-in.
This commit is contained in:
parent
ed9dcc10f8
commit
66da9d69fc
2 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
\section{Built-in Module \module{re}}
|
||||
\declaremodule{builtin}{re}
|
||||
\section{Standard Module \module{re}}
|
||||
\declaremodule{standard}{re}
|
||||
\moduleauthor{Andrew M. Kuchling}{akuchling@acm.org}
|
||||
\sectionauthor{Andrew M. Kuchling}{akuchling@acm.org}
|
||||
|
||||
|
||||
\modulesynopsis{New Perl-style regular expression search and match operations.}
|
||||
\modulesynopsis{New Perl-style regular expression search and match
|
||||
operations.}
|
||||
|
||||
|
||||
This module provides regular expression matching operations similar to
|
||||
|
|
|
@ -435,7 +435,7 @@ require a sequential parameter list).
|
|||
Additional string operations are defined in standard module
|
||||
\module{string} and in built-in module \module{re}.
|
||||
\refstmodindex{string}
|
||||
\refbimodindex{re}
|
||||
\refstmodindex{re}
|
||||
|
||||
\subsubsection{Mutable Sequence Types}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue