Package com.ezylang.evalex.functions.string
-
Class Summary Class Description StringContains Returns true if the string contains the substring (case-insensitive).StringEndsWithFunction Returns true if the string ends with the substring (case-sensitive).StringLowerFunction Converts the given value to lower case.StringStartsWithFunction Returns true if the string starts with the substring (case-sensitive).StringUpperFunction Converts the given value to upper case.