Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 1 | \chapter{String Services} |
Fred Drake | 31ecd50 | 1998-02-18 15:40:11 +0000 | [diff] [blame] | 2 | \label{strings} |
Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 3 | |
| 4 | The modules described in this chapter provide a wide range of string |
| 5 | manipulation operations. Here's an overview: |
| 6 | |
Fred Drake | b91e934 | 1998-07-23 17:59:49 +0000 | [diff] [blame] | 7 | \localmoduletable |
Fred Drake | d745b4e | 2001-12-02 15:10:46 +0000 | [diff] [blame] | 8 | |
| 9 | Information on the methods of string objects can be found in |
| 10 | section~\ref{string-methods}, ``String Methods.'' |