Reply To: GREP to Standardize "e.g.," and "i.e.,"

Home Page / Forums / General InDesign Topics (CLOSED) / GREP to Standardize "e.g.," and "i.e.," / Reply To: GREP to Standardize "e.g.," and "i.e.,"

#84281
Matt Isaac
Participant

In GREP a vertical bar (shift+\) | is used to represent OR.
so if you wanted exactly “eg. OR eg., OR eg OR e.g.” you could use [eg.|eg.,|eg|e.g.] and replace with e.g.,
though the expression e\.?g\.?\,? replace with e.g., would also work.

This article was last modified on April 25, 2016

Comments (0)

Loading comments...