Try dir() with a String >>> x = ' Hello there ' >>> dir ( x ) ['__add__', '__class__', '__contains__', '__ delattr __', '__doc__', '__ eq __', '__ ge __', '__ getattribute __', '__ getitem __', '__ getnewargs __', '__ getslice __', '__ gt __', '__hash__', '__ init __', '__le__', '__ len __', '__ lt __', '__ repr __', '__ rmod __', '__ rmul __', '__ setattr __', '__ str __', 'capitalize', 'center', 'count', 'decode', 'encode', ' endswith ', ' expandtabs ', 'find', 'index', ' isalnum ', ' isalpha ', ' isdigit ', ' islower ', ' isspace ', ' istitle ', ' isupper ', 'join', ' ljust ', 'lower', ' lstrip ', 'partition', 'replace', ' rfind ', ' rindex ', ' rjust ', ' rpartition ', ' rsplit ', ' rstrip ', 'split', ' splitlines ', ' startswith ', 'strip', ' swapcase ', 'title', 'translate', 'upper', ' zfill ']