Uses of Class
me.hsgamer.hscore.expression.StringComparator
-
Uses of StringComparator in me.hsgamer.hscore.expression.string
Modifier and TypeClassDescriptionclass
Check if the 1st string is the same as the 2nd string
Ex: STREQ("str1", "str1")class
Check if the 1st string is the same as the 2nd string (case-insensitive)
Ex: STREQIC("Str1", "str1")class
Check if the 1st string matches the RegEx pattern from the 2nd string
Ex: STRMP("String", "String-?")