mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix the URL for the regex-to-re HOWTO.
This commit is contained in:
parent
8a6dba3562
commit
859c797a48
4 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ converted. The standard library module
|
||||||
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
||||||
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
||||||
style regular expressions. (For more conversion help, see the URL
|
style regular expressions. (For more conversion help, see the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||||
|
|
||||||
By default the patterns are Emacs-style regular expressions
|
By default the patterns are Emacs-style regular expressions
|
||||||
(with one exception). There is
|
(with one exception). There is
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ 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 the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||||
|
|
||||||
\setindexsubitem{(in module regsub)}
|
\setindexsubitem{(in module regsub)}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ converted. The standard library module
|
||||||
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
||||||
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
||||||
style regular expressions. (For more conversion help, see the URL
|
style regular expressions. (For more conversion help, see the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||||
|
|
||||||
By default the patterns are Emacs-style regular expressions
|
By default the patterns are Emacs-style regular expressions
|
||||||
(with one exception). There is
|
(with one exception). There is
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ 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 the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
||||||
|
|
||||||
\setindexsubitem{(in module regsub)}
|
\setindexsubitem{(in module regsub)}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue