Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 593 Bytes

SingleReplaceString.md

File metadata and controls

12 lines (8 loc) · 593 Bytes

SingleReplaceString

Properties

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]

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