Staging
v0.5.1
https://github.com/python/cpython
Revision 9a61dc90e21b2cdf9e0d805991fa69e1eefa3953 authored by Guido van Rossum on 08 October 1997, 15:25:08 UTC, committed by Guido van Rossum on 08 October 1997, 15:25:08 UTC
1 parent ac1fc95
Raw File
Tip revision: 9a61dc90e21b2cdf9e0d805991fa69e1eefa3953 authored by Guido van Rossum on 08 October 1997, 15:25:08 UTC
Moved mac-specific speedup to a different place (Jack)
Tip revision: 9a61dc9
libstrings.tex
\chapter{String Services}

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

\begin{description}

\item[string]
--- Common string operations.

\item[regex]
--- Regular expression search and match operations.

\item[regsub]
--- Substitution and splitting operations that use regular expressions.

\item[struct]
--- Interpret strings as packed binary data.

\item[StringIO]
--- Read and write strings as if they were files.

\end{description}
back to top