Searched defs:strspn (Results 1 – 3 of 3) sorted by relevance
336 size_t strspn(const char *s, const char *accept) in strspn() function
443 size_t strspn(const char *s, const char *accept) in strspn() function
76 def strspn(str1, str2): function