Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-12-06 09:49
Flavor·ECMAScript (JavaScript)

/
<script(\s*type="(text\/javascript)")?>(.*?)<\/script>
/
g
Open regex in editor

Description

Match script tag attribute and content except specific type

Submitted by anonymous