GREP – % symbol to show to the left of any number
I'm assisting a client who wants the percentage symbol to show on the right of any set of numbers. The scenario is as follows… Arabic text going from right to left that has Arabic numerals within the text, when the percentage symbol is typed, it normally goes to the right of the numerals eg. 2.5%.
The client is deleting the % symbol manually, then type it to show as follows… %2.5 which is what they need.
Is there a way to use GREP search to shift the % position from right to left? Note, the number of digits varies such as 12.07%, or 1%.

