My question is related to this post but not exactly.
I'm using Helvetiva Neue 75 bold for the prices. The $ symbol needs to be superscritpt & the last digits of a price (would like to insert an image but I dont have an URL). Also I don't the like the spacing (tracking) before or after that Helvetica leaves when a number “1” is used. So I created 2 different character styles:
- The $ symbol (superscritpt)
- If a number “1” used it will adjust the tracking to minus -50
Example $1999 or $11199. The $ symbol & the last 2 digits need to be superscritpt. There is no . (periods) in the price
I'm applying the following grep style in the paragraph style:
$ will apply the character style called $symbol (which is superscritpt)
I dont know what is the xpresion to find any instances number “1” and adjust the tracking to minus -50 & how to superscritpt the last 2 digits of the price.
I tried d{1} to find any instances of the number “1” but it is not the correct one. Grep is really powerfull but only when you know what xpresion to use.
Thanks