String Matcher
constructor()
constructor(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false)
Create a new StringMatcher.
----------------创建一个新的 StringMatcher。
Return
Parameters
value
string / 字符串
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写