Regex

data class Regex(val pattern: Regex) : RetryablePattern(source)

Matches using a custom regex.

Constructors

Link copied to clipboard
constructor(pattern: Regex)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun matches(message: String): Boolean