Nodes/comfy-ovum/re.Match (Regex Match Result)
ComfyUI Node

re.Match (Regex Match Result)

Extract information from RE_MATCH_T objects: The original string, pattern, flags used for matching, the index of the last matched capturing group, and the name of the last matched capturing group. These are read-only attributes of the match object.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
re.Match (Regex Match Result)
  • match
  • string
  • pattern
  • flags
  • lastindex
  • lastgroup
Categoryovum/regex

Inputs (1)

NameTypeDefaultDescription
matchRE_MATCHThe match object (or list of match objects) to get information from.

Outputs (5)

NameTypeDescription
stringSTRING
patternSTRING
flagsINT
lastindexINT
lastgroupINT