Currently At: Programming Reference > C Reference > Standard C String & Character > strspn()

strspn()


Syntax:
#include <string.h>
size_t strspn( const char *str1, const char *str2 );


Description:
The strspn() function returns the index of the first character in str1 that doesn't match any character in str2.

Related Topics:
strpbrk(), strrchr(), strstr(), strtok()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions