Home | History | Annotate | Download | only in library
      1 .. _stringservices:
      2 .. _textservices:
      3 
      4 ************************
      5 Text Processing Services
      6 ************************
      7 
      8 The modules described in this chapter provide a wide range of string
      9 manipulation operations and other text processing services.
     10 
     11 The :mod:`codecs` module described under :ref:`binaryservices` is also
     12 highly relevant to text processing. In addition, see the documentation for
     13 Python'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