Sublime Text Search/Replace RegEx Patterns
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