0
What is the difference between ereg_replace() and eregi_replace()?
Posted by The Blogger
on
12:11 PM
in
php
Answer:
eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching alphabetic characters.
eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching alphabetic characters.
Post a Comment