Locates the first occurrence of any of the characters of charset in str. Passing charset as template parameter makes this method somewhat more efficient when used very frequently.
string to scan
search start index
index of first occurrence of any of the characters of charset in str
See Implementation
Locates the first occurrence of any of the characters of charset in str. Passing charset as template parameter makes this method somewhat more efficient when used very frequently.