Answered
Adding a space between names
I have an index that whoever generated it has the names with the middle and Last names connected.
Example:
John, SmithBob
Jane, DoeA.
I have in Find/change in GREP \w+\u+ being able to select the problem areas however I am lost as to how to inject a space.
