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