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 |
What is prepare in php?
Do you know how to declare an array in php?
What is foreach loop in php?
Which will check if a function exists?
Is empty array php?
What is stripslashes php?
How to get the number of visitors in a site?
What are traits?
How can we submit from without a submit button?
How can you parse files that were not ending with .php by using Apache?
How to create a directory?
What are the popular content management systems (cms) in php?