strpbrk Search a string for any of a set of characters Description stringstrpbrk stringhaystack stringchar_list strpbrk searches the haystack string for a char_list, and returns a string starting from the character found (or &false; if it is not found). The char_list parameter is case sensitive. <function>strpbrk</function> example ]]>