# CloudmersiveConvertApiClient.ReplaceStringRegexRequest

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


