$endsWith
The$endsWith operator checks if the first string ends with the second string.
Input
- An array containing exactly two string values: the main string and the suffix to check
Output
trueif the first string ends with the second stringfalseotherwise
Examples
Ends With
true
Does Not End With
false
Field Value
true if the url field ends with “.pdf”, otherwise false
