strpbrk Search a string for any of a set of characters &reftitle.description; stringstrpbrk stringhaystack stringchar_list strpbrk searches the haystack string for a char_list. &reftitle.parameters; haystack The string where char_list is looked for. char_list This parameter is case sensitive. &reftitle.returnvalues; Returns a string starting from the character found, or &false; if it is not found. &reftitle.examples; <function>strpbrk</function> example ]]> &reftitle.seealso; strpos strstr preg_match