ComfyUI Node
String Contains Any
A ComfyUI node in utils/StringEssentials with 3 inputs and 2 outputs.
String Contains Any
- contains_any
- matched_string
◄input_string—►
◄substrings►
◄match_casefalse►
Categoryutils/StringEssentials
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input_string | STRING | The string to search within | |
| substrings | STRING | Enter substrings to check (one per line). Returns true if ANY are found. | |
| match_case | BOOLEAN | false | Whether the search should be case-sensitive |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| contains_any | BOOLEAN | — |
| matched_string | STRING | — |