Last active
March 25, 2024 18:52
-
-
Save wvpv/bb030b26652e63d70f7c7b384898853e to your computer and use it in GitHub Desktop.
Sublime Text Search/Replace RegEx Patterns
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
search: <(table|tbody|thead|tr|td|p|div)(.*?)> | |
replace: \n<\1\2>\n | |
search: <\/(table|tbody|thead|tr|td|p|div)> | |
replace: \n<\/\1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment