Function indexOfAny
Finds the first occurence of any of the characters in chars
long indexOfAny
(
const(char)[] str,
const(char)[] chars
) pure @safe;
Finds the first occurence of any of the characters in chars
long indexOfAny
(
const(char)[] str,
const(char)[] chars
) pure @safe;