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.
strip
Return a copy of the string s with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. If chars is unicode, S will be converted to unicode before stripping.