Question:What is the difference between ereg_replace() and eregi_replace()? 

Answer Ans: ereg_replace() function operates much like ereg() , except that its power iis extended to finding and replacing pattern with a replacement sting instead of simply locating it.
Eregi_replace()  function operates exactly like ereg_replace, except that the search for pattern in string is not case sensitive.

 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampus.net\answers\column_answer_two.php on line 128
+ Report
Total Preview: 595
What is the difference between ereg_replace() and eregi_replace()?
Copyright © 2025. Powered by Intellect Software Ltd