Skip to content

Instantly share code, notes, and snippets.

@Luke1982
Created July 31, 2019 10:36
Show Gist options
  • Save Luke1982/54d08807ace2bd1931a2f537ff03109f to your computer and use it in GitHub Desktop.
Save Luke1982/54d08807ace2bd1931a2f537ff03109f to your computer and use it in GitHub Desktop.
Regex to convert include style from function call to statement
### Search for
include_once\(([\'a-z/\.]*)\)
### Replace with
include_once $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment