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?
In reply to Re: Removing characters
by Anonymous Monk
in thread Removing characters
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |