Skip to content

Instantly share code, notes, and snippets.

@MaximRouiller
Last active October 25, 2021 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 MaximRouiller/8ec14b151657931044edec3803f42acc to your computer and use it in GitHub Desktop.
Save MaximRouiller/8ec14b151657931044edec3803f42acc to your computer and use it in GitHub Desktop.
Visual Studio .NET Azure Functions Regex - Name Convention
search:
\[FunctionName\("(\w+)"\)\]
replace:
[FunctionName(nameof($1))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment