This function returns a number between 0 and 100 representing the percentage of similarity between two texts based on the Jaro Winkler similarity algorithm.
Bash
similarity(text1, text2) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
This example returns the number 100 |
|
This example returns the number 97 |
|
This example returns the number 90 |
|
This example returns the number 69 |
|
This example returns the number 51 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Any given text. |
|
|
text |
Any given text. |
Output
This function returns a number .
100 represents equivalence, and 0 represents zero similarity between two texts.
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|