GREP query to change space to tab
There are many paragraphs and at the beginning of each paragraph, there are one or two characters (they could be letters or numbers or a period) followed by a space, an = sign and a space, and then any number of more characters.
I need to change the space to tabs.
For example the original text has a space character before and after the =
AB = Blah blah blah
needs to change to this where there is a tab character before and after the =
AB = Blah blah blah
Anyone know a GREP find/change query for this?
