Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 754 Bytes

File metadata and controls

14 lines (10 loc) · 754 Bytes

FindRegexMatch

Properties

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 string Text content of the line containing the match [optional]
match_value string The match value [optional]
match_groups string[] Regular expression regex match groups; these correspond to the match values [optional]

[Back to Model list] [Back to API list] [Back to README]