Skip to content

Instantly share code, notes, and snippets.

@KLicheR
Created August 15, 2013 19:09
Show Gist options
  • Save KLicheR/6243798 to your computer and use it in GitHub Desktop.
Save KLicheR/6243798 to your computer and use it in GitHub Desktop.
Snippets for common tasks to do with regex.

Tested with Sublime Text 2

All but this

\n\s*<category domain="((?!post_tag).)*" nicename=".*">.*</category>

An entire XML/HTML tag - Multiline

\n\s*<wp:postmeta>((?!</wp:postmeta>)[\s\S])*</wp:postmeta>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment