Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 749 Bytes

FindRegexMatch.md

File metadata and controls

14 lines (10 loc) · 749 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 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]

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