Answered
GREP: how to find "th" "rd" "nd" after a number?
I need to filter all the "th" "rd" "nd" after a number in a story to apply the Superscript character style to them.
I tried "\n" (any number) followed by "th" (all without quotes), but it didn't work.
Tried separating them with commas "\n,th" or with braces, brackets [\n]th {\n}th but no luck.
What am I missing here?
Could you also suggest a handbook for GREP?
Thank you
