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 Υπηρεσίες Δυαδικών Δεδομένων is also
highly relevant to text processing. In addition, see the documentation for
Python’s built-in string type in Τύπος Ακολουθίας (Sequence) Κειμένου — str.
string
— Common string operationsstring.templatelib
— Support for template string literalsre
— Regular expression operationsdifflib
— Helpers for computing deltastextwrap
— Περιτύλιγμα και γέμισμα κειμένουunicodedata
— Unicode Databasestringprep
— Internet String Preparationreadline
— GNU readline interfacerlcompleter
— Completion function for GNU readline