UnHTM()

Author: SKAN Last Modified: 20100916


Please do not expect UnHTM() to unformat a whole HTML file. If you have already parsed out a string, and need to unformat it to plain text, then UnHTM() would be handy.

UnHTM( HTM )

For more details of the functions's parameters and return value, please see it's source code.

Remarks

DerRaphael did a similiar library with same name:
* http://www.autohotkey.com/forum/topic38183.html

For update's details and remarks related to the functions, please see the AutoHotkey Forum: http://www.autohotkey.com/forum/viewtopic.php?t=51342

License

nonexistent

Example

; #Include UnHTM.ahk
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

HTM = Advertising Programs
MsgBox, % UnHTM( HTM )