Syntax
LEVENSHTEIN_DISTANCE(string_one, string_two)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "name_one": "Smith", 4 "name_two": "Simth" 5 } 6 } |
Formula | LEVENSHTEIN_DISTANCE(my_action.name_one, my_action.name_two) |
Output | 2 |
Sample Actions
Event Transform
My Action
Event Transform
LEVENSHTEIN_DISTANCE
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.