Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 599 Bytes

File metadata and controls

12 lines (8 loc) · 599 Bytes

SingleReplaceString

Properties

Name Type Description Notes
match_string string String to search for and match against, to be replaced [optional]
replace_string string 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]