PHP Manual
eregi_replace
Description
string eregi_replace ( string pattern, string replacement, string string )This function is identical to ereg_replace() except that this ignores case distinction when matching alphabetic characters.
Parameters
patternA POSIX extended regular expression.
replacementIf
patterncontains parenthesized substrings,replacementmay contain substrings of the form \\digit, which will be replaced by the text matching the digit'th parenthesized substring; \\0 will produce the entire contents of string. Up to nine substrings may be used. Parentheses may be nested, in which case they are counted by the opening parenthesis.stringThe input string.
Return Values
The modified string is returned. If no matches are found in
string, then it will be returned unchanged.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




