Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robbratton/f1124e91e5471840274f775f5fb03291 to your computer and use it in GitHub Desktop.
Save robbratton/f1124e91e5471840274f775f5fb03291 to your computer and use it in GitHub Desktop.
Changing PowerShell Variables' First Letter to Uppercase
This example is in Visual Studio Code
Find pattern: \$([a-z])
Set match case to true
Replace pattern: $$\U$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment