Core APIs
Text
Replace
2min
Replaces all the occurrence of a text in a given input text with a provided replacement text
Property | Description |
---|---|
oldString | This is the search pattern and can be an alphanumeric text or a valid regex expression. Set the regex parameter to "yes" if this contains the search pattern in regular expression format |
newString | The exact replacement value if the search pattern is found |
regex | set "yes" if the oldString contains a valid regular expression pattern |
Call the following API to replace values with replacement text
POST
Request
API Definition
Call the following API to replace values with replacement text
POST
Request