Hi,

I have a javascript function in my long text string that i want to remove, how 
do i remove a text string from starting point to an ending point so that the 
javascript block <script> to </script> is remove from my text string? Thanks. 

Current:
string = "this is my text string <script 
type="text/javascript">function....</script> blah blah..."

Desired Result:
string = "this is my text string blah blah..."




      

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to