ComfyUI Node
_.re_findall
Return a list of all non-overlapping matches in the string. If one or more capturing groups are present in the pattern, return a list of groups; this will be a list of tuples if the pattern has more than one group. Empty matches are included in the result.
_.re_findall
- obj
- pattern
- *
◄flagsfalse►
Categoryovum/underscore
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| patternopt | * | pattern: JSON allowed for arrays/objects where applicable. | |
| flagsopt | BOOLEAN | false | flags (boolean) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |