I have a name in a column like so:
Ann, Lou-Mary.
I am able to change the name so that it becomes the following:
Lou-Mary Ann.
Now, I want the name to be like so:
Mary Ann.
I've tried experimenting with some different regular expressions but have had no success.