CustomMatcher

class CustomMatcher(val regex: Regex) : CaseMatcher(source)

Represents matching for custom regular expressions

Since

0.12.0

Constructors

Link copied to clipboard
constructor(regex: Regex)

Properties

Link copied to clipboard
private val regex: Regex

Functions

Link copied to clipboard
open fun matches(source: String?): Boolean
Link copied to clipboard
open override fun toString(): String