Skip to content

Instantly share code, notes, and snippets.

@iamntz
Created March 2, 2013 12:42
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iamntz/5070840 to your computer and use it in GitHub Desktop.
Save iamntz/5070840 to your computer and use it in GitHub Desktop.
<string>(?:^\s+)?(&lt;)((?i:script))\b(?![^&gt;]*/&gt;)</string>
=>
<string>(?:^\s+)?(&lt;)((?i:script))\b(?!([^&gt;]*text/template[^&gt;]*|[^&gt;]*/>))</string>
@dotsonjb14
Copy link

for sublime text

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