PHP.nl

mb_ereg_search

mb_ereg_search

Multibyte regular expression match for predefined multibyte string

bool **mb_ereg_search**  $pattern  $options

Performs a multibyte regular expression match for a predefined multibyte string.

patternThe search pattern.

options The search option. See for explanation. mb_regex_set_options

returns true if the

multibyte string matches with the regular expression, or false otherwise. The for matching is set by . If is not specified, the previous one is used. mb_ereg_search``string``mb_ereg_search_init``pattern

mb_regex_encoding``mb_ereg_search_init