Staging
v0.5.1
https://github.com/python/cpython
Revision f5910e42d129a860ae0f41cd23b136ad53a33a0d authored by Guido van Rossum on 30 December 1997, 17:32:33 UTC, committed by Guido van Rossum on 30 December 1997, 17:32:33 UTC
1 parent 74608f8
Raw File
Tip revision: f5910e42d129a860ae0f41cd23b136ad53a33a0d authored by Guido van Rossum on 30 December 1997, 17:32:33 UTC
Add tests for re.L(OCALE).
Tip revision: f5910e4
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