strings:StartsWithIgnoreCase |
Evaluates whether or not a string value starts with another string value, regardless of case. Returns a boolean.
Syntax
Both value1 and value2 are required string values. The result evaluates to true() if value1 starts with value2 (regardless of case), and otherwise evaluates to false().
Example
The result value is: true() |