Staging
v0.5.1
https://github.com/python/cpython
Revision 0b8f738eb3ee0110461e7da28c0b6b452f91999d authored by Miss Islington (bot) on 12 February 2020, 03:52:46 UTC, committed by GitHub on 12 February 2020, 03:52:46 UTC
(cherry picked from commit 95905ce0f41fd42eb1ef60ddb83f057401c3d52f)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent ed4d263
Raw File
Tip revision: 0b8f738eb3ee0110461e7da28c0b6b452f91999d authored by Miss Islington (bot) on 12 February 2020, 03:52:46 UTC
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Tip revision: 0b8f738
text.rst
.. _stringservices:
.. _textservices:

************************
Text Processing Services
************************

The modules described in this chapter provide a wide range of string
manipulation operations and other text processing services.

The :mod:`codecs` module described under :ref:`binaryservices` is also
highly relevant to text processing. In addition, see the documentation for
Python's built-in string type in :ref:`textseq`.


.. toctree::

   string.rst
   re.rst
   difflib.rst
   textwrap.rst
   unicodedata.rst
   stringprep.rst
   readline.rst
   rlcompleter.rst

back to top