Showing posts with label findall. Show all posts
Showing posts with label findall. Show all posts

Tuesday, December 9, 2014

Great post on the regular expression module re in python

http://www.dotnetperls.com/re

It takes you through a series of examples on using the re module in practice.  It might be fun to write a miniature book around this topic.