2

I am getting a Deprecated: Function ereg() is deprecated in an old plugin I am updating. I need to update the following two:

ereg( "([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,4})", $fecha, $mifecha);

ereg( "([0-9]{1,2})/([0-9]{1,2})/([0-9]{1,4})", $fecha, $mifecha);

Can someone help me understand what to change to convert them to preg?

Francis Laclé
  • 384
  • 2
  • 6
  • 22
Greg L
  • 470
  • 1
  • 6
  • 20

0 Answers0