extract the raw text data from htmlview

Community Forums/General Help/extract the raw text data from htmlview

Playniax(Posted 2013) [#1]
Does anyone know of I can extract the raw text data from htmlview automatically?


Derron(Posted 2013) [#2]
just code your own "striptags"-command.

This means: eg. regex valid codes (<*>$text</*>).

Also strip whole blocks containing non-text: <head>/<script>/...
do not forget to not remove newer ones like "section" and co.


bye
Ron