What is the difference between ereg_replace() and
eregi_replace()?
Answers were Sorted based on User's Feedback
Answer / gunjan
ereg_replace() is case sensitive like "test" cannot be
treated as "TeSt" and eregi_replace() is not case sensitive
that means insensitive where "test" could be treated as "TeSt".
| Is This Answer Correct ? | 25 Yes | 6 No |
Answer / khalid
eregi_replace() function is identical to ereg_replace()
except that it ignores case distinction when matching
alphabetic characters
| Is This Answer Correct ? | 18 Yes | 5 No |
i'm b.com graduate and doing MCM- 1year(Master in Computer Management. i'm very interested in PHP? Please tell me some suggetion and the scope of PHP in the market. My E-mail pawan.register@gmail.com Thanks & Regards Pawan.
What is the meaning of ‘escaping to php’?
How can I increase my website session?
What are form input html tags?
How is it possible to remove escape characters from a string?
Which function(s) in PHP computes the difference of arrays?
What is session in php w3schools?
How php statement is different from php script?
How to enable cURL in PHP?
Tell us why did you choose this particular career path?
difference of move(), and copy() function in php?
How to remove leading and trailing spaces from user input values?