January 11, 2010

Remove Tags From HTML with RegEx

Filed under: Scripting — Marcus Tettmar @ 10:09 am

A quick and easy way to remove HTML tags from a string:

Let>Html=

Hello World

Test link Let>pattern=<(.|\n)*?> RegEx>pattern,Html,0,matches,numMatches,1,,plainText MessageModal>plainText