Created
December 13, 2019 09:40
-
-
Save Mexidense/31979f22113b7cd522d736a3e947ebb4 to your computer and use it in GitHub Desktop.
Dynamic replace in subl
This file contains hidden or 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
FIND: | |
(data-target="modal-[^"]*")((.|\r|\n)*)(data-target="modal-[^"]*") | |
REPLACE: | |
$1$2$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment