4.1 string -- Common string operations

Python PEP

4.1 string -- Common string operations

The string module contains a number of useful constants and classes, as well as some deprecated legacy functions that are also available as methods on strings. See the module re for string functions based on regular expressions.


See About this document... for information on suggesting changes.