Created
August 18, 2018 06:50
-
-
Save exdeniz/a3f0d9c31b1b8dc7f5d65e0ac9899d31 to your computer and use it in GitHub Desktop.
VS Code regex find and replace text between brackets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
className="(.+?)" | |
className={css.$1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment