| 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.
|
| StringLeftFunction |
Represents a function that extracts a substring from the left side of a given string.
|
| StringLengthFunction |
Returns the length of the string.
|
| StringLowerFunction |
Converts the given value to lower case.
|
| StringMatchesFunction |
Returns true if the string matches the pattern.
|
| StringRightFunction |
Represents a function that extracts a substring from the right side of a given string.
|
| StringSplitFunction |
A function that splits a string into an array, separators specified.
|
| StringStartsWithFunction |
Returns true if the string starts with the substring (case-sensitive).
|
| StringSubstringFunction |
Returns a substring of a string.
|
| StringTrimFunction |
Returns the given string with all leading and trailing space removed.
|
| StringUpperFunction |
Converts the given value to upper case.
|