Skip to content

Instantly share code, notes, and snippets.

@arturoaviles
Created February 21, 2019 17:48
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 arturoaviles/c0255d11be074c02bb5b484a2bd54460 to your computer and use it in GitHub Desktop.
Save arturoaviles/c0255d11be074c02bb5b484a2bd54460 to your computer and use it in GitHub Desktop.
Add string before or after every line in VS Code file using regex expression
Find: ^(.*)$
Replace: $0 Anything You want
or
Replace: Anything You want $0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment