How to Select Script Tag in HTML using RegEx

Regular expression to select script tag:

(<script[\s\S]*?>[\s\S]*?<\/script>)
 

Comments

Leave a Comment

All fields are required. Your email address will not be published.