Skip to content

Instantly share code, notes, and snippets.

@mvndaai
Last active April 23, 2026 16:27
Show Gist options
  • Select an option

  • Save mvndaai/873e0159a2e65cf891b9e18c5375749f to your computer and use it in GitHub Desktop.

Select an option

Save mvndaai/873e0159a2e65cf891b9e18c5375749f to your computer and use it in GitHub Desktop.
VS Code Find replace

VS Code Find Replace

If you do vscode find in regex mode .* it replace lets you do cool things.

I like to use the vs commands (click cmd + shift + p) Sort Lines Ascending and Delete Duplicate Lines to help.

Pull invoice ID out of a message out of a message

Find:

.*"invoiceId":(".*").*

Replace:

$1

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