ToRichText
Last updated
Was this helpful?
The ToRichText() function converts a text to HTML.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a copy of text that can be used as HTML.
If text is unknown: an [empty] value is returned.
ToRichText(text)ToRichText("plain text without html tags but with some html codes & € some é characters.")
=> "plain text without html tags but with some html codes & € some é characters."
text
text
☑️
a text
Last updated
Was this helpful?
Was this helpful?