Reply To: 2 More bits of GREP that are vexxing me

Home Page / Forums / General InDesign Topics (CLOSED) / 2 More bits of GREP that are vexxing me / Reply To: 2 More bits of GREP that are vexxing me

#53912
Anonymous
Inactive

For the example you posted I came up with this

d+[^/]( +d+)+(?=/)|(?<=[/])(d+[^/])+(?=[[:punct:]])|(?<=/)d+

I'm sure a lot of it is redundant, it's basically 3 search patterns to find the numbers you have in your example.

Hope it helps? I'm no GREP expert, but perhaps one of the gurus can tidy it up, or even offer a better solution?

This article was last modified on November 23, 2009

Comments (0)

Loading comments...