Skip to content

Instantly share code, notes, and snippets.

@scottcagno
Created November 21, 2014 18:26
Show Gist options
  • Select an option

  • Save scottcagno/cbf6a6faa628db7d880a to your computer and use it in GitHub Desktop.

Select an option

Save scottcagno/cbf6a6faa628db7d880a to your computer and use it in GitHub Desktop.
regex to catch html or javascript in most cases.
(<(?:"[^"]*"['"]*|'[^']*'['"]*|[^'">])+>)|((function)|\(|\)|\;|([a-z]\.[a-z])|\{|\})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment