Home Answers Viewqa PHP ereg_replace() and eregi_replace().

 
 


Java Coder
ereg_replace() and eregi_replace().
1 Answer(s)      2 years and 5 months ago
Posted in : PHP

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

View Answers

December 27, 2010 at 6:22 PM


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...









Related Pages:

Ask Questions?

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.