I'm not good at all in regex and I'm looking for an expression to get everything between and including either:
<script*/> OR
<script*</script> //asterisk refers to everything between
Basically, I want to copy sections from a single element for print but delete all tags and everything in between
A single statement that covers both scenarios would be preferable, but two solutions will work just fine
Any help will be greatly appreciated