Francesco Moi
2004-05-31 14:28:47 UTC
Hi.
I've got some HTML texts, but I want to remove HTML tags from it.
I mean, convert '<b>foo</b>' into 'foo'.
In PHP you can use 'strip_tags':
http://www.php.net/strip_tags
Is there any Perl-equivalent?
Thanks.
I've got some HTML texts, but I want to remove HTML tags from it.
I mean, convert '<b>foo</b>' into 'foo'.
In PHP you can use 'strip_tags':
http://www.php.net/strip_tags
Is there any Perl-equivalent?
Thanks.