Nodes/comfy-ovum/_.re_findall
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.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.re_findall
  • obj
  • pattern
  • *
flagsfalse
Categoryovum/underscore

Inputs (3)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
patternopt*pattern: JSON allowed for arrays/objects where applicable.
flagsoptBOOLEANfalseflags (boolean)

Outputs (1)

NameTypeDescription
**