0 votes
in PHP by
What is the difference between ereg_replace() and eregi_replace()?

1 Answer

0 votes
by
The function eregi_replace() is identical to the function ereg_replace() except that it ignores case distinction when matching alphabetic characters.

Related questions

+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...