HI:
how to convert htm to text format,including all the comments and tags ,to become very clean text?(retain original paragraphs) ?I use remove htm function, but it leave a lot of garbish like comments,etc.how to totally convert all the unrelevant words that will not appear in text format.
thanks
how convert htm to text
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
First use a perl search/replace to replace
with nothing, to remove comments.
Code: Select all
<!--.*-->