ComfyUI Node
Find Not Any Strings
Checks if none of the search strings are present in the string list.
Find Not Any Strings
- not_found_index_list
- not_found_string_list
◄string_list►
◄search_strings►
◄delimiter,►
Categorylist-filter
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| string_list | STRING | The list of strings to search in. | |
| search_strings | STRING | The list of strings to search for. | |
| delimiter | STRING | , | The delimiter used to split the search strings. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| not_found_index_list | INT | The list of indices where search strings are not found. |
| not_found_string_list | STRING | The list of strings where search strings are not found. |