Is the problem with find the grep or changing it? If the problem is finding it you probably need to escape the grep \\), \\d\\d[\\l\\u], |\\), \\d\\d\\d[\\l\\u] instead of \), \d\d[\l\u], |\), \d\d\d[\l\u] Post your applescript here if it doesn't work Try a really simple grep and see if that does work. Something like find "e" If the problem is change to you need to use brackets Find (\\)),( \\d{2,3}[\\l\\u]), Replace "$1$2 "
... View more