Hi, Regex help please. I'm trying to replace the last space character in a list of names with a comma. Some of the names have multiple spaces in them:
Example:
John Doe
John Charles Doe
John Jimmy Charles Doe
The result I'm looking for:
John,Doe
John Charles,Doe
John Jimmy Charles,Doe
Thanks!