VMS Help  —  CRTL  strspn
    Returns the length of the prefix of a string that consists
    entirely of characters from a set of characters.

    Format

      #include  <string.h>

      size_t strspn  (const char *str, const char *charset);
Additional Information: explode extract
Arguments Description Return Value
Close Help