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 |
Is null or empty c#?
What is the functionality of the function html entities?
How do I know my xampp version?
Does it possible to compile php with mysql without having mysql sources?
Explain me how to include a file to a php page?
What is the method to execute a php script from the command line?
What is an example of a variable?
What is the difference between array_merge() and array_merge_recursive() in php?
How big is varchar max?
Is php front end or back end?
Will a comparison of an integer 12 and a string "13" work in php?
What is the difference between laravel and php?