Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface TFilter

An object used to filter a delimited string based on a RegExp pattern.

Hierarchy

  • TFilter

Index

Properties

Properties

Optional split

split: string

The character(s) the string is delimited with

Optional match

match: RegExp

The RegExp pattern to filter the strings

Optional equals

equals: boolean

If false, returns non-matching strings

Optional join

join: string

The character(s) the string is rejoined with