Translations of this page?:

strpbrk

文法:

    #include <cstring>
    char* strpbrk( const char* 文字列1, const char* 文字列2 );

strpbrk()関数は文字列1を探索し、文字列2に含まれる文字が最初に出てきた場所のポインタを返します。もし見つからなければNULLを返します。

関連トピック: (C++アルゴリズム) find_first_of, strchr, strcspn, strrchr, strspn, strstr, strtok

 
• • • SitemapRecent changesRSScc