Locates the first occurrence of delim in str starting with strstart.
string to scan
search start index, must be at most str.length
index of first occurrence of delim in str or str.length if not found
See Implementation
Locates the first occurrence of delim in str starting with strstart.