ComfyUI Node
Find Any Strings
Checks if any of the search strings are present in the string list.
Find Any Strings
- found_index_list
- 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 strings to search for. | |
| delimiter | STRING | , | The delimiter used to split the search strings. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| found_index_list | INT | The list of indices where search strings are found. |
| found_string_list | STRING | The list of found strings. |