Next: 4.1 Standard Module string
Up: Python Library Reference
Previous: 3.11 Built-in Module __main__
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.
guido@cnri.reston.va.us