Syntax
MATCH(text, regex_to_match)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "message": "The quick brown fox jumps over the lazy dog. It barked." 4 } 5 } |
Formula | MATCH(my_action.message, "[A-Z]") |
Output | true |
Example 2
Input | 1 { 2 "my_action": { 3 "message": "the quick brown fox jumps over the lazy dog. it barked." 4 } 5 } |
Formula | MATCH(my_action.message, "[A-Z]") |
Output | false |
Sample Actions
Event Transform
MATCH
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.