Strip Html (Expression Function)

Purpose

The Strip Html function (STRIP_HTML) is used to remove html tags from a string of text. Most often used to clean up strings of text that need their special formatting removed.

Parameters

The Strip Html function has one required parameter:

Input

Allowed Inputs: field value or text string

This is the string that will be stripped of its html tags.

Example

A common use for this function is to remove unwanted html formatting from a string. For example

STRIP_HTML("<span style="font-weight: bold">This is BOLD text.</span> This is normal text.")

would result in “This is BOLD text. This is normal text”.

expression function - strip html.txt · Last modified: 2016/09/20 18:18 by ncoburn
Copyright WorkXpress, 2024