Staging
v0.5.1
https://github.com/python/cpython
Revision 6a05f951cd8a1acafaf77e248ec60edd1ce6c08d authored by Guido van Rossum on 22 October 1996, 19:27:46 UTC, committed by Guido van Rossum on 22 October 1996, 19:27:46 UTC
1 parent fd1e543
Raw File
Tip revision: 6a05f951cd8a1acafaf77e248ec60edd1ce6c08d authored by Guido van Rossum on 22 October 1996, 19:27:46 UTC
Got rid of most XXXes in the News chapter. Bumped the version to 1.4.
Tip revision: 6a05f95
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.

\end{description}
back to top