Similar to Python index() but does not return an error if the string is not found. find(substring, startindex) Returns the index of the first occurance of a substring when given a starting index. Can be used to parse through an entire string if you keep changing the startindex.