Locates the first occurrence of the current delimiter string in str, starting from strstart.
string to scan for delimiter
search start index
index of first occurrence of the current delimiter string in str or str.length if not found
See Implementation
Locates the first occurrence of the current delimiter string in str, starting from strstart.