Last active
October 25, 2021 14:14
-
-
Save MaximRouiller/8ec14b151657931044edec3803f42acc to your computer and use it in GitHub Desktop.
Visual Studio .NET Azure Functions Regex - Name Convention
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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