Finds and replaces the text.
Name | Type | Default | Description |
oProperties | Object | An object which contains the search and replacement strings. |
|
oProperties.searchString | string | The search string. |
|
oProperties.replaceString | string | The replacement string. |
|
oProperties.matchCase | boolean | true | Case sensitive or not. |
window.Asc.plugin.executeMethod ("SearchAndReplace", [ { "searchString": "text1", "replaceString": "text2", "matchCase": true } ]);