Skip to content

Instantly share code, notes, and snippets.

@rymawby
Last active August 29, 2015 14:07
Show Gist options
  • Save rymawby/1bb561b4545b8750684f to your computer and use it in GitHub Desktop.
Save rymawby/1bb561b4545b8750684f to your computer and use it in GitHub Desktop.
Brightscript trace out function name regex
([a-z0-9]*)(\: function.*)(\n)()(.*)
$1$2$3 ? "$1" \n$5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment