Unfortunately that does not solve my problem. Looking at the XML below:
<w:p w14:paraId="3C0351BD" w14:textId="5E16754D" w:rsidR="00A642C9" w:rsidRDefault="00953216"><w:r><w:t>For any additional signage ~IL_testInline~</w:t></w:r><w:r w:rsidR="003478B0"><w:t xml:space="preserve"> </w:t></w:r><w:r><w:t>required by</w:t></w:r><w:bookmarkStart w:id="0" w:name="_GoBack"/><w:bookmarkEnd w:id="0"/><w:r><w:t xml:space="preserve"> the Tenant.</w:t></w:r></w:p>
My goal would be to remove ~IL_testInline~, leaving only 1 space between "signage" and "required". But in this case, removing my placeholder in the XML string would not capture the space that is isolated in the following part:
<w:t xml:space="preserve"> </w:t>
What do you suggest?