I have a string that contains possibly a forename, middle name and surname. The string is in reverse, ie
Jones Adam Gordon
or
Jones Gordon.
I need to convert tha string to make it either
Gordon Adam Jones
or Gordon Jones.
Whats the easiest way to do it, thanks
Jones Adam Gordon
or
Jones Gordon.
I need to convert tha string to make it either
Gordon Adam Jones
or Gordon Jones.
Whats the easiest way to do it, thanks