ComfyUI Node
test
Tests whether a given regex pattern matches any part of the input string. Returns True if a match is found, otherwise False.
test
- BOOLEAN
◄string—►
◄pattern—►
CategoryBasic/STRING/regex
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| string | STRING | — | |
| pattern | STRING | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| BOOLEAN | BOOLEAN | — |