blob: 47b678434fc899c6bd39bf4726217b3a8c783b6b [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
Nick Coghlanbac9a532012-08-20 18:05:46 +100024 readline.rst
25 rlcompleter.rst
Nick Coghlan273069c2012-08-20 17:14:07 +100026