String Services -- Python library reference



Next: Miscellaneous Services Prev: Python Services Up: Top Top: Top

4. String Services

The modules described in this chapter provide a wide range of string manipulation operations. Here's an overview:

string
--- Common string operations.

regex
--- Regular expression search and match operations.

regsub
--- Substitution and splitting operations that use regular expressions.

struct
--- Interpret strings as packed binary data.

Menu

string
regex
regsub
struct


Next: Miscellaneous Services Prev: Python Services Up: Top Top: Top