Hi, does anyone know how I can search for all instances of a question mark? Typing in '?' in the Review search box doesn't work.
TIA
Hi, does anyone know how I can search for all instances of a question mark? Typing in '?' in the Review search box doesn't work.
TIA
Yes, type a \ before the question mark. The Review search box responds to 'regular expressions' and the ? (like some other punctualtion marks) represents something as a regex, so all you have to do is use a backslash before those punctuation marks to cancel the regex meaning.
All the best,
Ali