Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Created April 12, 2014 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathantneal/10545378 to your computer and use it in GitHub Desktop.
Save jonathantneal/10545378 to your computer and use it in GitHub Desktop.
Match <script type="text/template"> variations
<string>(?:^\s+)?(&lt;)((?i:script))\b(?![^&gt;]*/&gt;)</string>
<string>(?:^\s+)?(&lt;)((?i:script))\b(?![^&gt;]*/&gt;)(?!.*type=(["']?)text/.*?(html|template)\3)</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment