/ Published in: Perl
Use this code to remove HTML from a string.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$cleancode =~ s/<(.*?)>//gi;