Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/strings.html

From ZCubes Wiki
Revision as of 20:01, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-main.html|[[Image:yurttas_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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 Regular expression search and match operations with a Perl-style expression syntax.
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.
codecs Encode and decode data and streams.
unicodedata Access the Unicode Database.



See About this document... for information on suggesting changes.