Answered
Grep style formula needed

Looking for a no break GREP style to keep '(Graph 2.10)' from breaking. The Graph reference will change throughout so need a wild card for the number if that makes sense. so the next could be 2.11 etc.
Thanks

Looking for a no break GREP style to keep '(Graph 2.10)' from breaking. The Graph reference will change throughout so need a wild card for the number if that makes sense. so the next could be 2.11 etc.
Thanks
although that can find words probably like
telegraph 230
paragraph 2
so you could clarify with word boundary
(?i)\bgraph\b\K
probably does it - sorry I can't test right now.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.