RegularExpressionFilter

A filter, yields a successful result only, when the provided regular expression matches the input.

Parameters

regex

The regular expression to filter with

Constructors

Link copied to clipboard
constructor(regex: Regex)

Functions

Link copied to clipboard
open fun evaluate(value: String): <Error class: unknown class><out Unit>
Link copied to clipboard
open override fun toString(): String