Name | Type | Description | Notes |
---|---|---|---|
match_string | str | String to search for and match against, to be replaced | [optional] |
replace_string | str | String to replace the matched values with | [optional] |
match_case | bool | True if the case should be matched, false for case insensitive match | [optional] |