Staging
v0.5.1
https://github.com/python/cpython
Revision 04ac894189a906102ce6d29fd916b57482682178 authored by Fred Drake on 06 October 1997, 13:20:17 UTC, committed by Fred Drake on 06 October 1997, 13:20:17 UTC
1 parent c44d3d6
Raw File
Tip revision: 04ac894189a906102ce6d29fd916b57482682178 authored by Fred Drake on 06 October 1997, 13:20:17 UTC
Add the four latex2html output directories: api, ext, lib, tut.
Tip revision: 04ac894
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