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
- REMOVEWORDS $mystring "color of sky" "day"
- REMOVEWORDS $phone_number "(" ")" "-"