Text Processing Services¶
The modules described in this chapter provide a wide range of string manipulation operations and other text processing services.
The codecs module described under Binary Data Services is also
highly relevant to text processing. In addition, see the documentation for
Pythonâs built-in string type in Text Sequence Type â str.
stringâ Common string operationsstring.templatelibâ Support for template string literalsreâ Regular expression operationsdifflibâ Helpers for computing deltastextwrapâ Text wrapping and fillingunicodedataâ Unicode Databasestringprepâ Internet String Preparationreadlineâ GNU readline interfacerlcompleterâ Completion function for GNU readline