Reply To: GREP, if it could only go backwards

Home Page / Forums / General InDesign Topics (CLOSED) / GREP, if it could only go backwards / Reply To: GREP, if it could only go backwards

#50835

[ .. ] group definition

[^ .. ] not group definition — anything except what's inbetween the brackets

[^)] anything but a closing parenthesis

[^)]+ lots of characters, stop on the first encountered closing parenthesis

… but not tested … perhaps the ) needs a backslash? (I didn't think so, because you cannot define groups inside an inclusion group.)

This article was last modified on November 22, 2009

Comments (0)

Loading comments...