StripRTF

Description

Removes the rich text formatting from the specified column

Syntax

StripRTF ( string )

Argument

Description

string

The column to be stripped of rich text formatting.


Examples

This expression is used in a compute field expression to remove the formatting from a rich text edit column and display plain text in the compute field.

StripRTF(rte_description)