mb_ereg_search(3) php man page | unix.com

Man Page: mb_ereg_search

Operating Environment: php

Section: 3

MB_EREG_SEARCH(3)							 1							 MB_EREG_SEARCH(3)

mb_ereg_search - Multibyte regular expression match for predefined multibyte string

SYNOPSIS
bool mb_ereg_search ([string $pattern], [string $option = "ms"])
DESCRIPTION
Performs a multibyte regular expression match for a predefined multibyte string.
PARAMETERS
o $pattern - The search pattern. o $option - The search option.
RETURN VALUES
mb_ereg_search(3) returns TRUE if the multibyte string matches with the regular expression, or FALSE otherwise. The string for matching is set by mb_ereg_search_init(3). If $pattern is not specified, the previous one is used.
NOTES
Note The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function.
SEE ALSO
mb_regex_encoding(3), mb_ereg_search_init(3). PHP Documentation Group MB_EREG_SEARCH(3)
Related Man Pages
eregi(3) - php
mb_ereg_search_init(3) - php
mb_ereg_replace_callback(3) - php
mb_ereg_search_getregs(3) - php
mb_eregi_replace(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun