rest25/library/strings.rst => rest262/library/strings.rst
f1
n2-.. _strings:
n2+.. _stringservices:
3
4***************
5String Services
6***************
7
8The modules described in this chapter provide a wide range of string
n9-manipulation operations.  Here's an overview:
n9+manipulation operations.
10+ 
11+In addition, Python's built-in string classes support the sequence type
12+methods described in the :ref:`typesseq` section, and also the
13+string-specific methods described in the :ref:`string-methods` section.
14+To output formatted strings use template strings or the ``%`` operator
15+described in the :ref:`string-formatting` section. Also, see the
16+:mod:`re` module for string functions based on regular expressions.
10
11
12.. toctree::
13
14   string.rst
15   re.rst
16   struct.rst
17   difflib.rst
18   stringio.rst
19   textwrap.rst
20   codecs.rst
21   unicodedata.rst
22   stringprep.rst
23   fpformat.rst
t24-Information on the methods of string objects can be found in section
25-:ref:`string-methods`, "String Methods."
26
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op