Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In PHP 7.x, ereg functions are no longer supported. Based on my search on internet, ereg functions use a very limited regex flavor called POSIX ERE - meaning pref functions can cover more REGEX syntax as designed.

Below example shows the alternative method in preg functions

...