Function (Path Standard C Header / string.h)
strpbrk
char* strpbrk(char *s, char *charset);
Retrieves the first character in the string s that matches the characters in the string charset, excluding the null terminator
Parameters
char *s
String
char *charset
Char set String