Reply To: GREP Expression to find specific range of characters?

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Expression to find specific range of characters? / Reply To: GREP Expression to find specific range of characters?

#55901

Neither w+ nor [lu]+ include the spaces between those words …

Throwing in an s would even be worse :-D It would add space, but also tabs and even the hard return at the end.

(FYI: I think w generally equals to [dlu] — it includes digits but excludes the hyphen, which, for example, makes it worthless when looking for proper names.)

Edit Note: if posting replaces double backslashes with single ones, Edit Post ought to do the same in reverse! As it is, posting replaces two backslashes with one, edit posting replaces one backslash with zero. I dare not try what happens when you try to edit again. I don't think Einstein predicted what would happen with negative numbers of backslashes.

This article was last modified on June 3, 2010

Comments (0)

Loading comments...