Uses of Class
me.hsgamer.hscore.expression.StringComparator
Packages that use StringComparator
-
Uses of StringComparator in me.hsgamer.hscore.expression.string
Subclasses of StringComparator in me.hsgamer.hscore.expression.stringModifier and TypeClassDescriptionclassCheck if the 1st string contains the 2nd string
Ex: STRCT("this", "is")classCheck if the 1st string ends with the 2nd string
Ex: STREDW("String", "ing")classCheck if the 1st string is the same as the 2nd string
Ex: STREQ("str1", "str1")classCheck if the 1st string is the same as the 2nd string (case-insensitive)
Ex: STREQIC("Str1", "str1")classCheck if the 1st string matches the RegEx pattern from the 2nd string
Ex: STRMP("String", "String-?")classCheck if the 1st string starts with the 2nd string
Ex: STRSTW("String", "Str")