String Matcher
Constructors
Link copied to clipboard
constructor()
constructor(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false)
Create a new StringMatcher.
----------------