Mastering Regular Expressions 2nd Ed.

Neil Schemenauer nas at python.ca
Tue Jul 23 20:05:45 EDT 2002


Paul Rubin wrote:
> Argggh!  That sounds like regular expressions aren't really the best
> way to match RFC822 addresses.

Regular expressions work much better if you use them for lexical
analysis rather than for parsing.

  Neil




More information about the Python-list mailing list