Re: HTML --> Plain Text
SupportX wrote:
> Anybody knows of a component / function to turn an HTML into plain
> text by skillfuly removing all the HTML tags?
Off the top of my head are there many times that <..> contains text
you'd want? if not, reg expressions would surely trim out all the
extra. only things you'd want different are <script>..</script> stuff..
and anything before <body>
--
Liz the Brit
.
Relevant Pages
- Re: How can a php ng ban HTML tags posts?
... If the post contains HTML tags then it isnt plain text. ... So it looks like needless filtering on the news servers part as Jerry and others have pointed out. ... (comp.lang.php) - Re: How can a php ng ban HTML tags posts?
... If the post contains HTML tags then it isnt plain text. ... So it looks like needless filtering on the news servers part as Jerry and others have pointed out. ... (comp.lang.php) - Re: New to group
... in HTML or Rich Text. ... Where do you see HTML tags or different MIME type specified? ... (plain text) ... If I can jump, so can you. ... (alt.autos.bmw) - HTML Formating simple text mail received from other/Linux/Unix mail clients
... of them used to plain text. ... After short discussion thread the email body ... My approach was to convert the message to HTMLBody format, ... It looks like these HTML tags are added as a simple text and does not affect ... (microsoft.public.outlook.program_vba) - Do not support HTML in textarea
... HTML tags. ... Only plain text is supported. ... Which client-side js regular expression is best for this? ... (comp.lang.javascript) |
|