cpython/Doc/library/text.rst
Miss Islington (bot) c59a60bdb4
[3.14] gh-132661: Document t-strings and templatelib (GH-135229) (#136974)
Co-authored-by: Dave Peck <davepeck@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Loïc Simon <loic.pano@gmail.com>
Co-authored-by: pauleveritt <pauleveritt@me.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2025-07-22 13:32:00 +03:00

27 lines
610 B
ReStructuredText

.. _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
string.templatelib.rst
re.rst
difflib.rst
textwrap.rst
unicodedata.rst
stringprep.rst
readline.rst
rlcompleter.rst