Skip to content

Instantly share code, notes, and snippets.

@Konard
Created December 20, 2023 03:40
Show Gist options
  • Save Konard/752757a3be130ab73aeb9ec331e0aa20 to your computer and use it in GitHub Desktop.
Save Konard/752757a3be130ab73aeb9ec331e0aa20 to your computer and use it in GitHub Desktop.
A guide to code extraction from deep.json

vscode replace regexes

new-line symbols

regex

(\\r)?\\n

replacement

\n

quote symbols

regex

\\"

replacement

"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment