| StringContains |
Returns true if the string contains the substring (case-insensitive).
|
| StringEndsWithFunction |
Returns true if the string ends with the substring (case-sensitive).
|
| StringFormatFunction |
Returns a formatted string using the specified format string and arguments, using the configured
locale.
|
| StringLowerFunction |
Converts the given value to lower case.
|
| StringStartsWithFunction |
Returns true if the string starts with the substring (case-sensitive).
|
| StringTrimFunction |
Returns the given string with all leading and trailing space removed.
|
| StringUpperFunction |
Converts the given value to upper case.
|