_strspnp

Find the end of the first substring.

char * _strspnp (char * string, char * charset);

char * strspnp (char * string, char * charset);

Required Header
<string.h>

Return Value

The end of the substring which consists entirely of charset is returned.

Parameters

string

  A string

charset

  A set of characters allowed in the substring

String

See Also    strchr, strcspn, strspn, strncmp, strncpy