Successfully added
Regular Expression (RegEx)
by Patrik
How to Select Script Tag in HTML using RegEx
Regular expression to select script tag:
(<script[\s\S]*?>[\s\S]*?<\/script>)
Referenced in:
Regular expression to select script tag:
(<script[\s\S]*?>[\s\S]*?<\/script>)
Comments