Query: mb_ereg_match
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_EREG_MATCH(3) 1 MB_EREG_MATCH(3) mb_ereg_match - Regular expression match for multibyte stringSYNOPSISbool mb_ereg_match (string $pattern, string $string, [string $option = "msr"])DESCRIPTIONA regular expression match for a multibyte stringPARAMETERSo $pattern - The regular expression pattern. o $string - The string being evaluated. o $option -RETURN VALUESReturns TRUE if $string matches the regular expression $pattern, FALSE if not.NOTESNote The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function.SEE ALSOmb_regex_encoding(3), mb_ereg(3). PHP Documentation Group MB_EREG_MATCH(3)