1. Docs
  2. Formulas
  3. Functions

REMOVE

Removes every occurrence of the specified sub-text from text.

Categories: Text

Syntax

REMOVE(text, text_to_remove)

Examples

Example 1

Input

1
{
2
"my_action": {
3
"message": "The car carted carrots"
4
}
5
}

Formula

REMOVE(my_action.message, "car")

Output

"The ted rots"

Sample actions

Event Transform
REMOVE
Event Transform
My Action

Select an action to inspect

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?