php man page for mb_ereg_match

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 string

SYNOPSIS
bool mb_ereg_match (string $pattern, string $string, [string $option = "msr"])
DESCRIPTION
A regular expression match for a multibyte string
PARAMETERS
o $pattern - The regular expression pattern. o $string - The string being evaluated. o $option -
RETURN VALUES
Returns TRUE if $string matches the regular expression $pattern, FALSE if not.
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(3). PHP Documentation Group MB_EREG_MATCH(3)
Related Man Pages
comp(3) - bsd
re_exec(3) - ultrix
mb_ereg_replace_callback(3) - php
mb_ereg_search_getregs(3) - php
mb_eregi_replace(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator