How to remove non-printing character or ignore it while GREP search
Hi All,
Can you any one let me know how to find and remove non-printing character, those are converted from xml tag text to text object?
Currently I am using below code but unable to remove.
app.findGrepPreferences = app.changeGrepPreferences = null;
app.findGrepPreferences.findWhat = "~I";
footenote.texts[0].changeGrep();
app.findGrepPreferences = app.changeGrepPreferences = null;
Regards,
