Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 729 Bytes

ReplaceStringRegexRequest.md

File metadata and controls

12 lines (8 loc) · 729 Bytes

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] [Back to API list] [Back to README]