mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add URL of Andrew Kuchling's nifty re conversion page...
This commit is contained in:
parent
8e94489882
commit
b1b8f23903
2 changed files with 6 additions and 4 deletions
|
@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which
|
|||
supports the more powerful and regular Perl-style regular expressions.
|
||||
Existing code should be converted. The standard library module
|
||||
\code{reconvert} helps in converting \code{regex} style regular
|
||||
expressions to \code{re} style regular expressions. (The interfaces
|
||||
are different too, so the conversion cannot be fully automated.)
|
||||
expressions to \code{re} style regular expressions. (For more
|
||||
conversion help, see the URL
|
||||
\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
||||
|
||||
By default the patterns are Emacs-style regular expressions
|
||||
(with one exception). There is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue