in reply to Removing characters
I want to remove all html tags entered by a user. This is the code I have (which works), but I need to know what to put where it says HERE
$string =~ s/<HERE*>//eg;
So, what goes between the brackets, that would mean erase any html tags from the string?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Removing characters
by btrott (Parson) on Apr 21, 2000 at 01:33 UTC |