|
Python Book For Regex
|
|
01-18-2010, 08:46 PM
Post: #1
|
|||
|
|||
|
Python Book For Regex
Can anyone suggest a good book that covers regular expressions in Python well? I like to be able to practice the examples while I read.
|
|||
|
01-18-2010, 09:01 PM
(This post was last modified: 01-18-2010 09:03 PM by codecaine.)
Post: #2
|
|||
|
|||
|
RE: Python Book For Regex
This pretty much shows everything with pythong regular expressions. http://docs.python.org/library/re.html
http://www.pro9ramming.com/print-all-adv...t-623.html a example of using the findall method in regex in python |
|||
|
« Next Oldest | Next Newest »
|






