Use py_resource module
[python/dscho.git] / Doc / lib / libstrings.tex
blobea9a099966df12964b8f4cdd7f214bd4acbdee9e
1 \chapter{String Services}
3 The modules described in this chapter provide a wide range of string
4 manipulation operations. Here's an overview:
6 \begin{description}
8 \item[string]
9 --- Common string operations.
11 \item[regex]
12 --- Regular expression search and match operations.
14 \item[regsub]
15 --- Substitution and splitting operations that use regular expressions.
17 \item[struct]
18 --- Interpret strings as packed binary data.
20 \end{description}