# CloudmersiveConvertApiClient.FindRegexMatch

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**characterOffsetStart** | **Number** | 0-based index of the start of the match | [optional] 
**characterOffsetEnd** | **Number** | 0-based index of the end of the match | [optional] 
**containingLine** | **String** | Text content of the line containing the match | [optional] 
**matchValue** | **String** | The match value | [optional] 
**matchGroups** | **[String]** | Regular expression regex match groups; these correspond to the match values | [optional] 


