| Nick Coghlan | 273069c | 2012-08-20 17:14:07 +1000 | [diff] [blame] | 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 | 
| Nick Coghlan | bac9a53 | 2012-08-20 18:05:46 +1000 | [diff] [blame] | 24 |    readline.rst | 
 | 25 |    rlcompleter.rst | 
| Nick Coghlan | 273069c | 2012-08-20 17:14:07 +1000 | [diff] [blame] | 26 |  |