Accueil
Rechercher:
sur developpez.com sur les forums
Forums | Tutoriels | F.A.Q's | Participez | Hébergement | Contacts
Accueil Conception Java DotNET Visual Basic  C  C++ Delphi MS-Office SQL & SGBD Oracle  4D  Business Intelligence
Club Emploi Blogs   TV   Dév. Web PHP XML Python Autres 2D-3D-Jeux Sécurité Windows Linux PC Mac
FORUM PYTHON F.A.Q PYTHON TUTORIELS PYTHON SOURCES PYTHON OUTILS PYTHON LIVRES PYTHON
4. String Services


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.
difflib   Helpers for computing differences between objects.
StringIO   Read and write strings as if they were files.
cStringIO   Faster version of StringIO, but not subclassable.
textwrap   Text wrapping and filling
codecs   Encode and decode data and streams.
encodings.idna   Internationalized Domain Names implementation
encodings.utf-8-sig   UTF-8 codec with BOM signature
unicodedata   Access the Unicode Database.
stringprep   String preparation, as per RFC 3453
fpformat   General floating point formatting functions.

Information on the methods of string objects can be found in section 3.6.1, ``String Methods.''

See About this document... for information on suggesting changes.
Responsable bénévole de la rubrique Python : Guillaume Duriaud - Contacter par EMail :
Vos questions techniques : forum d'entraide Python - Publiez vos articles, tutoriels et cours
et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones
Nous contacter - Copyright © 2000-2008 www.developpez.com - Legal informations.