Companion

object Companion

Functions

Link copied to clipboard
fun create(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): StringMatcher

Create a new StringMatcher.

----------------