eregi_replace

Example

 string eregi_replace ( string $pattern , string $replacement , string $string ) 

Description

This function is identical to ereg_replace() except that this ignores case distinction when matching alphabetic characters. Warning: This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged.

Return Values

The modified string is returned. If no matches are found in string, then it will be returned unchanged.