Managing RegEx with the re Module
Monday December 29, 2008
Python's
re module is without a doubt one of the most commonly used parts of the Python library. Remembering its functions, on the other hand, is not always easy. You can use this helpful, one-page guide as a crib sheet for yourself when working with regex in Python. 