Removes all Xml/Html tags from the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.removetags(string s)
string string.removetags(string s, string replacement)

Parameters

Name Data Type Description
s String The input string.
replacement String The replacement string to use for tags.

Return Value

Data Type Description
String The input string without any Xml/Html tag(s).

Expand image Example

SXML