In this video training, you'll learn how to use regular expressions in Python. A regular expression is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern. The Python module re provides full support for Perl-like regular expressions in Python.
You can download code of this video from my Python github repository:
https://github.com/techweber/python