make sure to choose right version in upper left corner
in upper right you can search (eg string)
Search for String on the python Doc page. It is a big long page. Most useful to start with:
- split
- join
- find and its variants
- index (since a string is an array)
- replace
- strip and variants
- isnumeric
- isspace