ComfyUI Node
ListFilter (Yogurt Nodes)
Filter list elements based on regex pattern
ListFilter (Yogurt Nodes)
- list_data
- filtered_list
◄pattern.*►
◄invertfalse►
◄ignore_casetrue►
◄multilinefalse►
◄dotallfalse►
CategoryYogurtNodes/Logic
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| list_data | * | List to filter | |
| pattern | STRING | .* | Regex pattern to match |
| invertopt | BOOLEAN | false | Invert the filter (exclude matches) |
| ignore_caseopt | BOOLEAN | true | Case sensitive matching |
| multilineopt | BOOLEAN | false | Multiline matching |
| dotallopt | BOOLEAN | false | Dotall matching |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| filtered_list | * | — |