Skip to content

Instantly share code, notes, and snippets.

@pthiers
Created January 24, 2019 14:29
Show Gist options
  • Save pthiers/4accfe72b11c2086f3f4ccf00c930780 to your computer and use it in GitHub Desktop.
Save pthiers/4accfe72b11c2086f3f4ccf00c930780 to your computer and use it in GitHub Desktop.
Find and Replace with capture group with alias intellij idea
Find: (?<col>.*?) [x] Regex
Replace: '${col}'
@pthiers
Copy link
Author

pthiers commented Dec 2, 2019

::table()(\s?).(\s?)("|').(?.*?)("|')

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