Table of Contents
string
string.atof()
string.atoi()
string.atol()
string.capitalize()
string.capwords()
string.center()
string.count()
string.expandtabs()
string.find()
string.index()
string.join()
string.joinfields()
string.ljust()
string.lower()
string.lstrip()
string.maketrans()
string.replace()
string.rfind()
string.rindex()
string.rjust()
string.rsplit()
string.rstrip()
string.split()
string.splitfields()
string.strip()
string.swapcase()
string.translate()
string.upper()
string.zfill()
re
struct
difflib
StringIO
cStringIO
textwrap
codecs
encodings
encodings.idna
encodings.utf_8_sig
unicodedata
stringprep
fpformat
string.
replace
Return a copy of string str with all occurrences of substring old replaced by new. If the optional argument maxreplace is given, only the first maxreplace occurrences are replaced.