I’m trying to replace a string in a PPTX deck with a empty string ("") using slidesPresentationReplaceTextRequest to replace “from” text with an empty string as “to” text.
Replacement works fine if I have any non-empty string as the “to string”, but it does not work if the to string is “” (zero length).
How do I get this to work?
Quick update, trying to replacing with a space (" “) or string of spaces (” ") or a non-breaking space xA0 doesn’t seem to work also.