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.
re.Match.__repr__ (Regex Match View)
- match
- text
Categoryovum/regex
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| match | RE_MATCH | The match object (or list of match objects) to view. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |