Staging
v0.5.1
https://github.com/python/cpython
Revision 4808dcb5645d88f185c22a4fdff489dc8816240c authored by Guido van Rossum on 15 October 1996, 14:40:21 UTC, committed by Guido van Rossum on 15 October 1996, 14:40:21 UTC
1 parent 7e42cab
Raw File
Tip revision: 4808dcb5645d88f185c22a4fdff489dc8816240c authored by Guido van Rossum on 15 October 1996, 14:40:21 UTC
Allow code objects to be passed to run() and eval().
Tip revision: 4808dcb
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