| str.capitalize() | str.isalpha() | str.ljust() | str.rsplit() |
| str.casefold() | str.isascii() | str.lower() | str.rstrip() |
| str.center() | str.isdecimal() | str.lstrip() | str.split() |
| str.count() | str.isdigit() | str.maketrans() | str.splitlines() |
| str.encode() | str.isidentifier() | str.partition() | str.startswith() |
| str.endswith() | str.islower() | str.removeprefix() | str.strip() |
| str.expandtabs() | str.isnumeric() | str.removesuffix() | str.swapcase() |
| str.find() | str.isprintable() | str.replace() | str.title() |
| str.format() | str.isspace() | str.rfind() | str.translate() |
| str.format_map() | str.istitle() | str.rindex() | str.upper() |
| str.index() | str.isupper() | str.rjust() | str.zfill() |
| str.isalnum() | str.join() | str.rpartition() |
