Skip to content

Instantly share code, notes, and snippets.

@bekco
Last active February 22, 2018 10:00
Show Gist options
  • Save bekco/91ff4669b4409f723a623cbb098b1483 to your computer and use it in GitHub Desktop.
Save bekco/91ff4669b4409f723a623cbb098b1483 to your computer and use it in GitHub Desktop.
\Twig_Function_Method to \Twig_Function definition regex replacer
# find:
'([a-z_A-Z]+)' *=> *new \\([A-Za-z_]+)_Method\(.*, *'([a-zA-Z_]+)'\)
# replace:
new \\$2('$1', [\$this, '$3'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment