6. 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.
- 6.1.
stringβ Common string operations - 6.2.
reβ Regular expression operations - 6.3.
difflibβ Helpers for computing deltas - 6.4.
textwrapβ Text wrapping and filling - 6.5.
unicodedataβ Unicode Database - 6.6.
stringprepβ Internet String Preparation - 6.7.
readlineβ GNU readline interface - 6.8.
rlcompleterβ Completion function for GNU readline
