Reply To: Grep Find/Replace, multiple formatting applied

Home Page / Forums / General InDesign Topics (CLOSED) / Grep Find/Replace, multiple formatting applied / Reply To: Grep Find/Replace, multiple formatting applied

#89156
Kelli Fleck
Member

Trying to write one for ml to mL..I got this far:

app.findGrepPreferences = app.changeGrepPreferences = null;
app.findGrepPreferences.findWhat = “(?<=<m)l>”;
app.changeGrepPreferences.position = Position.NORMAL;
app.changeGrep();

Could you help with this one?

Do you know any good sites for learning the basics in GREP?

This article was last modified on October 19, 2016

Comments (0)

Loading comments...