# ReplaceStringRegexRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text_content** | **string** | Input text content | [optional] 
**regular_expression_string** | **string** | Target input regular expression (regex) string to match and be replaced; supports all regular expression values | [optional] 
**replace_with_string** | **string** | Replacement for target string; supports referencing indexed regex matched values from RegularExpressionString, such as $1, $2, and so on | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


