How to Find\Change 2 things into 1, in one action
Hi,
I want to change any multiple spaces and any tabs, to a single space.
the GREP code for multiple spaces is " +" and for tab is "^t", there is any way to combine these in a single GREP line, or I need to do 2 separate actions?
To make the question simple: How can I find and change the letters "A" and "B", to "C" in one action?
There is a code that combine characters? Something like this?
Thanks a lot!
Haim
