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

re.Match.__repr__ (Regex Match View)

Generate a human-readable representation of RE_MATCH_T objects for debugging and inspection. Shows the pattern, flags, span, matched text, groups, and named groups in a formatted string. Useful for understanding what was matched and how.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
re.Match.__repr__ (Regex Match View)
  • match
  • text
Categoryovum/regex

Inputs (1)

NameTypeDefaultDescription
matchRE_MATCHThe match object (or list of match objects) to view.

Outputs (1)

NameTypeDescription
textSTRING