We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
television uses a fuzzy matching algorithm to filter the list of entries. Its behavior depends on the input pattern you provide.
television
foo
'foo
!foo
^foo
!^foo
foo$
!foo$
^foo$
!^foo$
For more information on the matcher behavior, see the nucleo-matcher documentation.