Skips the delimiter which str starts with. Note that the result is correct only if str really starts with a delimiter.
string starting with delimiter
index of the first character after the starting delimiter in str
See Implementation
Skips the delimiter which str starts with. Note that the result is correct only if str really starts with a delimiter.