GREP: don't select/exclude character after find result?
I have a doc full of text without spaces after colons, e.g. "Next Step:Organize Tools."
I want to add a space after the colon.
Terms like "Next Step" appear regularly throughout, and are easy to find; additionally, there are URLs in which I don't want to add space after a colon.
- - -
So, I can search for "Step:\S" which finds the colons, but it also selects the next letter, e.g. "Next Step:Organize Tools."
- - -
How do we tell GREP to NOT select the next character, and simply add a space after the colon?
FWIW I have the GREP in InDesign book, but don't know what this function is called & couldn't find it...
Thanks!
