ReplaceText

Replace every occurrence of text string throughout slides and masters. Search is case-insensitive by default.

JSON

{
"replaceText": string,
"withText": string,
"matchCase": boolean,
}

Fields

replaceText
Text fragment to find. Required.
withText
Replacement text to substitute. Required.
matchCase
Replace only text matching case of replaceText. Optional, defaults to false.