Locates the first delimiter occurrence in the current content string starting from contentstart.
start index, must be at most content.length
index of the first delimiter occurrence in str or str.length either not found or start >= content.length
See Implementation
Locates the first delimiter occurrence in the current content string starting from contentstart.