Reply To: Shortest GREP Pattern to address URLs and e-mail addresses?

Home Page / Forums / General InDesign Topics (CLOSED) / Shortest GREP Pattern to address URLs and e-mail addresses? / Reply To: Shortest GREP Pattern to address URLs and e-mail addresses?

#50787
Anonymous
Inactive

For www and http, which is usually come across I just do this

w{3}.?\S+|https://.+\S+

Usually want to add a char style that has a no break included in it  so the url won't be on two different lines. There are exceptions to this though.

Anyway, mine seems to work for my needs.

I've never had to search for email, funny enough.

This article was last modified on November 20, 2009

Comments (0)

Loading comments...