Reply To: Can you all help with a GREP de-bug

Home Page / Forums / General InDesign Topics (CLOSED) / Can you all help with a GREP de-bug / Reply To: Can you all help with a GREP de-bug

#61503

It seems all it needs is this:

(?<=, |: )d+

— it finds every string of digits that are preceded by either comma-space or colon-space. There is no need to check for notes (digits, but preceded by an 'n') or en-dashes (the same, it has an en-dash). It also skips the war date range, for the same reason.

(Is there a reason the first item has a colon and all others have not?)

… forward slashes …

You mean backslashes :) This editor probably treats a single backslash as some kind of special code and discards it. To insert a single backslash like this enter two of them when posting: \ — you have to watch out when editing a post, because at that point it will contain single backslashes again and you have to change them back to \ one at a time.

This article was last modified on January 21, 2012

Comments (0)

Loading comments...