Stripping out HTML tags1997-10-08 13:38:34Piping a message through perl -0777 -pe 's/<[^>]*>//g' will remove all <....> things. It does have the disadvantage that it reads the entire message into memory at once, which is bad if it's an enormous message. Kragen
|
|