The Python's regex different from Perl's ,I want know what's the different?
Tim Chase
python.list at tim.thechases.com
Thu Feb 26 06:22:27 EST 2009
> The Python's regex different from Perl's ,I want know what's the
> different?
Easy:
bash$ diff <(lynx -dump http://perldoc.perl.org/perlre.html)
<(lynx -dump http://docs.python.org/library/re.html)
Had you tried the great Google in the sky, you might have found
such pages as:
http://mail.python.org/pipermail/python-list/2005-April/319030.html
or even a popular book on the subject:
http://oreilly.com/catalog/9780596002893/
-tkc
More information about the Python-list
mailing list