Skip to content

Instantly share code, notes, and snippets.

@vitr
Last active March 21, 2019 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitr/fb13a9deb1c111a7d4e158e5509cc1c2 to your computer and use it in GitHub Desktop.
Save vitr/fb13a9deb1c111a7d4e158e5509cc1c2 to your computer and use it in GitHub Desktop.
change
preg_match('/^([a-z]+)\.\1ID$/i', $args[0]
to
preg_match('/^(.*)ID$/i', $args[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment