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.,"

#84284
Matt Isaac
Participant

you would then want to use lookarounds to find spaces so it won’t pick up eg inside other words
(?<=)eg\.\,|eg\.|eg|e\.g\.(?=)

This article was last modified on April 25, 2016

Comments (0)

Loading comments...