(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-string.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/lib.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-main.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 4.1 string Up: Python Library Reference Previous: 3.32 __main__
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.
|
| re
|
Perl-style regular expression search and match operations.
|
| regex
|
Regular expression search and match operations.
|
| regsub
|
Substitution and splitting operations that use regular expressions.
|
| struct
|
Interpret strings as packed binary data.
|
| fpformat
|
General floating point formatting functions.
|
| StringIO
|
Read and write strings as if they were files.
|
| cStringIO
|
Faster version of StringIO, but not subclassable.
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-string.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/lib.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-main.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 4.1 string Up: Python Library Reference Previous: 3.32 __main__
Send comments on this document to python-docs@python.org.