Answered
GREP to apply a style to any digit plus the 1st word after it
Hi,
I have some text like "there are 4 dogs at the show and 1 rabbit".
I want to bold all instances of "x dogs" and "x rabbit".
I have the "any digit" bit fine but how do I get GREP to apply the style to just the word after any digit too? There are too many words to list in the style and they only need to be bold in this instance of being after a number, not every time they appear.
Thanks!


