Reply To: Indesign GREP to find question phrases

#89887
David Blatner
Keymaster

There is probably a more elegant way to do this but this is a start:
(\w||'|,|;|~_|~=)+?\?
That means look for a string of characters that could be “a letter or number, a space, an apostrophe, a comma, a semicolon, an em dash, or an en dash” and that ends with a question mark. (The vertical bar means “or”)

This article was last modified on November 18, 2016

Comments (0)

Loading comments...