jurikiin/Filtering String Arrays

Takes a string array, and filters it based on one or multiple inputs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
dataThe string array to be filteredyes[]
matcherThe values to filter the data by. (Comma separated string)yes[]
use-matchIf there is a match, use the matcher instead of the data.nofalse
namedescription
arrayThe filtered string array