Skip to content

Instantly share code, notes, and snippets.

@wvpv
Last active March 25, 2024 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvpv/bb030b26652e63d70f7c7b384898853e to your computer and use it in GitHub Desktop.
Save wvpv/bb030b26652e63d70f7c7b384898853e to your computer and use it in GitHub Desktop.
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