jurikiin/Filtering String Arrays
Takes a string array, and filters it based on one or multiple inputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| data | The string array to be filtered | yes | [] |
| matcher | The values to filter the data by. (Comma separated string) | yes | [] |
| use-match | If there is a match, use the matcher instead of the data. | no | false |
Outputs
| name | description |
|---|---|
| array | The filtered string array |