Henke Posted September 4, 2008 Posted September 4, 2008 Hi ! I have downloaded and placed the HTML source of a web page into a string. I would then like to convert the HTML into plain text. I know that there exists functions such as the below one but I can not for different reasons use these: _IEBodyReadText() I.e. I need a piece of code working with a string. Anyone that has a nice algorithm for this? Many thanks! Henrik PS Not too easy too see if this has been done here, as searching for the keyword HTML is prohibited... :-( PS Isn't this forum quite slow?
dbzfanatic Posted September 4, 2008 Posted September 4, 2008 Try using StringRegExp() to remove everything in <>s. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Henke Posted September 4, 2008 Author Posted September 4, 2008 Yeah I guess I need to use something like this... Many thanks! Henrik
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now