GREP style for specific digits
Hi all,
I'm working on a book and I'm having an issue with GREP. I have a list of excercises in a following manner (to be clear - Zad. is a shortcut from 'Zadanie', meaning an 'Exercise' in English):
Zad.1 (main exercise)
Zad.1.2 (secondary exercise)
Zad.1.3
Zad.2 ... etc
Analogically, I have 2-digit numbers exercises: Zad.10, Zad.10.1, Zad. 10.2 etc. and 3 digit: Zad.100., Zad.100.1, Zad.100.2, Zad.101.
I would like to change "Zad." to a specific character style, only if it's followed by a secondary exercise. Wrote 3 greps:
But only first two are working properly. Any idea why the third one don't change the font?



Thanks
