Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 84332f91ee463d2e097342964ec304a7c902c1e6 authored by Anthony Baxter on 10 October 2006, 17:28:33 UTC
what month is it again? I get confused...
Tip revision: 84332f9
libstrings.tex
\chapter{String Services}
\label{strings}

The modules described in this chapter provide a wide range of string
manipulation operations.  Here's an overview:

\localmoduletable

Information on the methods of string objects can be found in
section~\ref{string-methods}, ``String Methods.''
back to top