Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Strip out/Find HTML tags
#1
Whats the best way to strip out any <script>...</script> from HTML?

Also, what's the best way to grab specific portions of a <div> based webpage?

Thanks,
jimmy Vig
#2
s.replacerx(<script.*?>[\s\S]*?</.*?script> "" 1)


Forum Jump:


Users browsing this thread: 1 Guest(s)