I am trying to put together a GREP that will look through and find 7. thats the number seven followed by a point and then apply a style to the point and not the seven.
Ex. if there is 17.99 the style would apply to the decimal in that case but not in this 14.99. I have managed to pull togetther some nice things with GREP but this one is illuding me for some reason. I have tried some many combonations i am probbibly missing something simple.
Can some one help me out?