RegularExpressionFilter

A filter, which returns a non-null value only when regex matches the input String.

Parameters

regex

The regular expression to filter with

Constructors

Link copied to clipboard
constructor(regex: Regex)

Functions

Link copied to clipboard
open override fun evaluate(input: String): Unit?

Evaluates the filter with the given value.

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
open fun dump(): String

Formats the current filter as a tree, and returns the formatted string.