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

#50834
Anonymous
Inactive

@jongware

(?<=\()[^)]+only(?=\))

Ok I understand (?<=\() That's a positive look behind (?<=) and \( is a a parenthesis

Just wondering what the following does?

  •  [^)]+

I know that (?=\)) = postive lookahead and \) is a closed parenthesis

How does this GREP work?

This article was last modified on November 22, 2009

Comments (0)

Loading comments...