striphtmltags(
TEXT
)

The striphtmltags( function removes all HTML tags from the text.


Parameters

This function has one parameter:

text – text containing one or more HTML tags.


Description

This function removes all HTML tags from the text.

striphtmltags("<B>Now</B> is the time") ☞ Now is the time

Note: This function is equivalent to:

tagstrip(thetext,"<",">")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.