$startsWith
The$startsWith operator checks if the first string starts with the second string.
Input
- An array containing exactly two string values: the main string and the prefix to check
Output
trueif the first string starts with the second stringfalseotherwise
Examples
Starts With
true
Does Not Start With
false
Field Value
true if the filename field starts with “report_”, otherwise false
