REMOVEWORDS

Metadata Instruction: To remove all the instances of multiple words from a string.
Edited By : Sobhit Sharma

Use Cases - When to use this command

Description

REMOVEWORDS will remove words with spaces around and It can also remove words in sequence from the source string. The updated value will be stored in the source string only.

Guidelines for Usage:

How to use this command

REMOVEWORDS is for node level operations. It can be used in any node except for the root node. It should not be used on the Arrows.


Let's take an example: REMOVEWORDS $text "Blue" "car"
Here let's say the value of $text is "Mr Blue has a blue house and a blue car"
REMOVEWORDS command removes all instances of "Blue" and "car" from $mystring.
The updated value of $mystring is going to be "Mr has a blue house and a blue "

Examples

Simulated Metadata Editor
processing icon
Analytics API Call Body
Analytics API Response Body