blob: 939ed4f65e227de53611d00e1589b9ecd87b3f6f [file] [log] [blame]
Nick Coghlan273069c2012-08-20 17:14:07 +10001.. _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