Interface FilterRegexOperation<T>

Regex filtering operation Checks if the value matches a regular expression

Type Parameters

  • T = string

Hierarchy

  • FilterRegexOperation

Properties

Properties

key: T
operation: "regex"
regexp: RegExp

Generated using TypeDoc