Skip to content

Instantly share code, notes, and snippets.

@oehrlis
Created August 25, 2023 06:25
Show Gist options
  • Save oehrlis/1ab220ad5f82d35280e56d41204e3410 to your computer and use it in GitHub Desktop.
Save oehrlis/1ab220ad5f82d35280e56d41204e3410 to your computer and use it in GitHub Desktop.
VSC RegEx Examples

VSC RegEx Examples

Some

Replace filename with a link

  • Search for the following RegEx
([\w\d\-.]+\.sql)
  • Replace match with
[$1]($1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment