EndsWith
Description
The field ends with the provided characters.
Input arguments
Argument Name |
Data Type |
Description |
|
expression |
String |
|
String to be searched. |
contained string |
String |
|
String to search for. |
Return type
Boolean (TRUE/FALSE, Yes/No)
Example
Explanation
Determine if Field1 ends with the string black.
Configuration
Result
Last modified: Thursday December 19, 2024