PyMOTW: Text Processing Tools

The string class is the most obvious text processing tool available to Python programmers, but there are plenty of other tools in the standard library to make text manipulation simpler.

Read more at pymotw.com: articles/text_processing.html