Code: Select all
Let>Html=<P align=center><STRONG><FONT size=5>Hello World</FONT></STRONG><P><a here="test">Test link</a>
Let>pattern=<(.|\n)*?>
RegEx>pattern,Html,0,matches,numMatches,1,,plainText
MessageModal>plainText
Moderators: Dorian (MJT support), JRL, Phil Pendlebury
Code: Select all
Let>Html=<P align=center><STRONG><FONT size=5>Hello World</FONT></STRONG><P><a here="test">Test link</a>
Let>pattern=<(.|\n)*?>
RegEx>pattern,Html,0,matches,numMatches,1,,plainText
MessageModal>plainText