Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 775 Bytes

ReplaceStringRegexRequest.md

File metadata and controls

12 lines (8 loc) · 775 Bytes

ReplaceStringRegexRequest

Properties

Name Type Description Notes
TextContent string Input text content [optional] [default to null]
RegularExpressionString string Target input regular expression (regex) string to match and be replaced; supports all regular expression values [optional] [default to null]
ReplaceWithString string Replacement for target string; supports referencing indexed regex matched values from RegularExpressionString, such as $1, $2, and so on [optional] [default to null]

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