Constructors

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

Create a new StringMatcher.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun ignoreCase(ignoreCase: Boolean): StringMatcher

Set whether to ignore case.

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

Link copied to clipboard

Set the match type.

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

Link copied to clipboard

Set the matched string.

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