4
Answers

Parse the html source string to text as appeared in webpages

Hongtao Chi

Hongtao Chi

11y
2.1k
1
I am currently writing a program where I take html source code string and convert it to text for display. 

For example, all the html tags need to be removed and links such as <a href = "http://www...."> should be displayed as hyperlink in blue. 

Any suggestions on how to do this? I am really stuck...
Answers (4)