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.
swapcase
Return a copy of the string s with upper case characters converted to lowercase and vice versa.