Module built_in_filter

Source
Expand description

Functions to support the built-in predicates include() and exclude().

The include() predicate filters a list to create a new list,
which includes terms which match the filter term.

The exclude() predicate filters a list to create a new list,
which excludes terms which match the filter term.

Functionsยง

bip_exclude
Filters a Suiron list to exclude terms which match the filter term.
bip_include
Filters a Suiron list to include terms which match the filter term.