-1 if none are present.UriParser.indexOfAny
ptrdiff_t indexOfAny(string chars) const @safeReturn the lowest index of any character from chars in the input, or -1.
Parameters
chars | Set of characters to search for. |
Returns
The lowest index of any matching character, or