Function (Path Standard C Header / string.h)
strspn
size_t strspn(char *s, char *charset);
Retrieves the subscript of the first character in the string s that does not appear in the string charset
Parameters
char *s
String
char *charset
Char set String