Function (Path Standard C Header / string.h)

strpbrk

char* strpbrk(char *s, char *charset);

Retrieves the first character in the string s that matches the characters in the string charset, excluding the null terminator


Parameters

  char *s
    String

  char *charset
    Char set String

函数 (属于 标准C头文件 / string.h)

strpbrk

char* strpbrk(char *s, char *charset);

检索字符串 s 中第一个匹配字符串 charset 中字符的字符,不包含空结束字符


参数

  char *s
    字符串

  char *charset
    字符集合串