Mollethewizard
IS-IT--Management
I need to manipulate a string. Let’s say the sting goes like this: Str1 = “bertram, karl-axel”. I would get rid of the “,” and change places with bertram and karl-axel + proper case on EVERY word. The result should look like this: Karl-Axel Bertram. Any code suggestions?