Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?
From: Francesco Moi (francescomoi_at_europe.com)
Date: 05/31/04
- Next message: Gunnar Hjalmarsson: "Re: Beginner needs help with script :)"
- Previous message: Player: "Re: Beginner needs help with script :)"
- Next in thread: Bill: "Re: Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?"
- Reply: Bill: "Re: Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 May 2004 07:28:47 -0700
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.
- Next message: Gunnar Hjalmarsson: "Re: Beginner needs help with script :)"
- Previous message: Player: "Re: Beginner needs help with script :)"
- Next in thread: Bill: "Re: Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?"
- Reply: Bill: "Re: Removing HTML tags: is there a Perl-equivalent to PHP 'strip_tags'?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|