mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Updated URL to AMK's regex-to-re HOWTO.
This commit is contained in:
parent
5406e7071f
commit
54c3947fbc
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
\section{Standard Module \module{regsub}}
|
\section{Standard Module \module{regsub}}
|
||||||
\label{module-regsub}
|
\label{module-regsub}
|
||||||
|
|
||||||
\stmodindex{regsub}
|
\stmodindex{regsub}
|
||||||
|
|
||||||
This module defines a number of functions useful for working with
|
This module defines a number of functions useful for working with
|
||||||
regular expressions (see built-in module \code{regex}).
|
regular expressions (see built-in module \code{regex}).
|
||||||
|
|
||||||
|
@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
|
||||||
Existing code should be converted. The standard library module
|
Existing code should be converted. The standard library module
|
||||||
\module{reconvert} helps in converting \code{regex} style regular
|
\module{reconvert} helps in converting \code{regex} style regular
|
||||||
expressions to \module{re} style regular expressions. (For more
|
expressions to \module{re} style regular expressions. (For more
|
||||||
conversion help, see the URL
|
conversion help, see Andrew Kuchling's\index{Kuchling, Andrew}
|
||||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
``regex-to-re HOWTO'' at
|
||||||
|
\url{http://www.python.org/doc/howto/regex-to-re/}.)
|
||||||
|
|
||||||
|
|
||||||
\begin{funcdesc}{sub}{pat, repl, str}
|
\begin{funcdesc}{sub}{pat, repl, str}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
\section{Standard Module \module{regsub}}
|
\section{Standard Module \module{regsub}}
|
||||||
\label{module-regsub}
|
\label{module-regsub}
|
||||||
|
|
||||||
\stmodindex{regsub}
|
\stmodindex{regsub}
|
||||||
|
|
||||||
This module defines a number of functions useful for working with
|
This module defines a number of functions useful for working with
|
||||||
regular expressions (see built-in module \code{regex}).
|
regular expressions (see built-in module \code{regex}).
|
||||||
|
|
||||||
|
@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
|
||||||
Existing code should be converted. The standard library module
|
Existing code should be converted. The standard library module
|
||||||
\module{reconvert} helps in converting \code{regex} style regular
|
\module{reconvert} helps in converting \code{regex} style regular
|
||||||
expressions to \module{re} style regular expressions. (For more
|
expressions to \module{re} style regular expressions. (For more
|
||||||
conversion help, see the URL
|
conversion help, see Andrew Kuchling's\index{Kuchling, Andrew}
|
||||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
``regex-to-re HOWTO'' at
|
||||||
|
\url{http://www.python.org/doc/howto/regex-to-re/}.)
|
||||||
|
|
||||||
|
|
||||||
\begin{funcdesc}{sub}{pat, repl, str}
|
\begin{funcdesc}{sub}{pat, repl, str}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue