Strip()

Function group Execute on client Platform(s)
External functions NO All

Syntax

Strip(string,character)

Description

Removes all instances of character from string, and returns the resulting string.

Example

Calculate #S1 as  Strip("Sunshine",'n')
# returns "Sushie"