Skip to content

Instantly share code, notes, and snippets.

@steffenz
Created December 8, 2019 11:44
Show Gist options
  • Save steffenz/91d60949861c490df6b5555ee54563be to your computer and use it in GitHub Desktop.
Save steffenz/91d60949861c490df6b5555ee54563be to your computer and use it in GitHub Desktop.
Search/replace Regex (used with VSCode)
(?<="value": ")[^"]+(?=")
https://stackoverflow.com/questions/43577528/visual-studio-code-search-and-replace-with-regular-expressions
https://regex101.com/r/7J06ki/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment