Stringfunctions+ | Formula HTMLSPECIALCHARS
Description
This formula replaces special HTML characters.
Formula(s)
{=HTMLSPECIALCHARS("Text";Flags)}
Result
String
Parameters
Parameter | Content | Format | Default value | Explanation | 
|---|---|---|---|---|
Text  | Text in which the special HTML characters are to be replaced  | String  | 
  | Fixed text or content from other attributes (e.g. via the ATTRVAL formula) can be used as source text.  | 
Flags  | Special characters to be replaced  | Integer  | ENT_NOQUOTES  | 
  |