December 2000
Intermediate to advanced
816 pages
16h 57m
English
Table 6.9 lists the key related modules for strings that are part of the Python standard library.
| Module | Contents |
|---|---|
| string | string manipulation and utility functions |
| re | regular expressions: powerful string pattern matching |
| struct | convert strings to/from binary data format |
| c/StringIO | string buffer object which behaves like a file |
| crypt | performs one-way encryption cipher |
| rotor | provides multi-platform en/decryption services |
CORE MODULE: string
There are many utility and manipulation functions ...
Read now
Unlock full access