Name | Type | Description | Notes |
---|---|---|---|
character_offset_start | int | 0-based index of the start of the match | [optional] |
character_offset_end | int | 0-based index of the end of the match | [optional] |
containing_line | str | Text content of the line containing the match | [optional] |
match_value | str | The match value | [optional] |
match_groups | list[str] | Regular expression regex match groups; these correspond to the match values | [optional] |