Skip to content

Instantly share code, notes, and snippets.

@mbenke
Created August 9, 2019 14:14
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 mbenke/d513306b453e08ec6093259924b3a8ce to your computer and use it in GitHub Desktop.
Save mbenke/d513306b453e08ec6093259924b3a8ce to your computer and use it in GitHub Desktop.
Regex for rpc decorated defs
ag '( *)@rpc(.*)(\n\W*@.*)*\W*def\W+\w+(\((?U)([^)])*\))((?U).*):'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment