• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _stringservices:
2.. _textservices:
3
4************************
5Text Processing Services
6************************
7
8The modules described in this chapter provide a wide range of string
9manipulation operations and other text processing services.
10
11The :mod:`codecs` module described under :ref:`binaryservices` is also
12highly relevant to text processing. In addition, see the documentation for
13Python's built-in string type in :ref:`textseq`.
14
15
16.. toctree::
17
18   string.rst
19   re.rst
20   difflib.rst
21   textwrap.rst
22   unicodedata.rst
23   stringprep.rst
24   readline.rst
25   rlcompleter.rst
26
27