StartsWith Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
Checks whether haystack starts with needle, returns a boolean value.
This operator ignores the case.
| What | Type |
|---|---|
| Syntax | StartsWith(haystack, needle) |
haystack |
string |
needle |
string |
| Return type | bool |
Example: StartsWith($lastName, "M")