GREP Code not Working in JavaScript
Dear Professionals ..
I wrote very simple code to search for any numbers and put them into brackets and the GREP code is working in Find/Change but not in javascript at all and no errors
app.findGrepPreferences=app.changeGrepPreferences=null;
app.findGrepPreferences.findWhat="(\d+)";
app.changeGrepPreferences.changeTo="($1)";
app.activeDocument.changeGrep();So Whats Wrong i do?
Best Regards
