FilterIt

Removes all instances of the specified characters from the word that is located.

Syntax

bool FilterIt (StrParam)

Parameters

A string containing the characters to remove. Smart parameters are supported.
Important: This action removes every instance of the character or characters.

Returns

Always True.

Level

Field level only.

Details

Removes all instances of each character you enter as a parameter from the located word or phrase.
Example
FilterIt("-")
31-Dec-01 becomes 31Dec01
FilterIt("1")
31-Dec-01 becomes 3-Dec-0
FilterIt("1-")
31-Dec-01 becomes 3Dec0