strspn
Description
int strspn ( string str1, string str2)Returns the length of the initial segment of str1 which consists entirely of characters in str2 .
The line of code: 

See also strcspn().
Returns the length of the initial segment of str1 which consists entirely of characters in str2 .
The line of code: 

See also strcspn().
