cpython/Doc/library/text.rst
Dave Peck 22c8658906
gh-132661: Document t-strings and templatelib (#135229)
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>
2025-07-22 12:44:13 +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