Reply To: Grep to ital between commas if it contains an ' and two numbers

Home Page / Forums / General InDesign Topics (CLOSED) / Grep to ital between commas if it contains an ' and two numbers / Reply To: Grep to ital between commas if it contains an ' and two numbers

#89594

If it helps, I use those:

No Break:
.{15}$
(?i)(http|ftp|www)(\S+)|(\S+) (\.gov|\.us|\.net|\.com|\.edu|\.org|\.biz)
(\d)( am|am| pm|pm)

Yellow highlight:
\d+ dollars
(\d)( a.m.|a.m.|am| p.m.|p.m.|pm)

This article was last modified on November 4, 2016

Comments (0)

Loading comments...