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.
re.Match (Regex Match Result)
- match
- string
- pattern
- flags
- lastindex
- lastgroup
Categoryovum/regex
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| match | RE_MATCH | The match object (or list of match objects) to get information from. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |
| pattern | STRING | — |
| flags | INT | — |
| lastindex | INT | — |
| lastgroup | INT | — |