ComfyUI Node
Search by Substring
A ComfyUI node in Phando/Text with 3 inputs and 4 outputs.
Search by Substring
- match
- matchList
- count
- found
◄textwhole_word►
◄patterneyes►
◄defaultnot found►
CategoryPhando/Text
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | whole_word | Source to be searched |
| pattern | STRING | eyes | Substring to match (e.g., 'eyes') |
| defaultopt | STRING | not found | Fallback value if 'pattern' is not found |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| match | STRING | — |
| matchList | LIST | — |
| count | INT | — |
| found | BOOLEAN | — |