
What is the difference between eregreplace() and eregireplace()?

Hi friends, ereg_replace() is case sensitive like "Bharat"cannot be treated as "bharat"and eregi_replace() is not case sensitive that means insensitive where "Bharat"could be treated as "bharat". Thanks...
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.