StringVariable | A string value or variable name prefixed by @. |
An start tag is < followed by one or more characters, followed by >.
A end tag is <, followed by forward slash, followed by one or more characters, followed by >.
An empty tag is <, followed by one or more characters, optionally followed by >.
% StripHtmlTags {You can find the documentation at <a ref="somepage.html">somepage.html</a>.}
You can find the documentation at somepage.html.