Skip to content

Instantly share code, notes, and snippets.

@iambriansreed
Created October 28, 2016 03:54
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 iambriansreed/ff0376b49ceef4f304902c34968d854b to your computer and use it in GitHub Desktop.
Save iambriansreed/ff0376b49ceef4f304902c34968d854b to your computer and use it in GitHub Desktop.
Find:
function ([a-z_]+)\(([a-z $,_]+)\s\)
Replace:
function $1( $2 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment