Movatterモバイル変換


[0]ホーム

URL:


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:3.30 __main__Up:Python Library ReferenceNext:4.1 string

 
4. String Services

The modules described in this chapter provide a wide range of stringmanipulation 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.
difflib Helpers for computing differences between objects.
fpformat General floating point formatting functions.
StringIO Read and write strings as if they were files.
cStringIO Faster version ofStringIO, but not subclassable.
codecs Encode and decode data and streams.
unicodedata Access the Unicode Database.

Information on the methods of string objects can be found insection 2.2.6, ``String Methods.''


Previous PageUp One LevelNext PagePython Library ReferenceContentsModule IndexIndex
Previous:3.30 __main__Up:Python Library ReferenceNext:4.1 string
Release 2.2.3, documentation updated on 30 May 2003.
SeeAbout this document... for information on suggesting changes.
[8]ページ先頭

©2009-2026 Movatter.jp