Regular Expressions

gregarican greg.kujawa at gmail.com
Sat Feb 10 21:58:51 EST 2007


On Feb 10, 6:26 pm, "Geoff Hill" <thegeoffmeis... at gmail.com> wrote:
> What's the way to go about learning Python's regular expressions? I feel
> like such an idiot - being so strong in a programming language but knowing
> nothing about RE.

I highly recommend reading the book "Mastering Regular Expressions,"
which I believe is published by O'Reilly. It's a great reference and
helps peel the onion in terms of working through RE. They are a
language unto themselves. A fun brain exercise.




More information about the Python-list mailing list