Blogs about: Ereg_replace
Featured Blog
What is the difference between ereg_replace() and eregi_replace()?
eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching alphabetic characters. … more »
LAMPInterview
What is the difference between ereg_replace() and eregi_replace()?
— 1 comment
lampinterview wrote 2 months ago: eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when … more »
