I'm curious how to remove a comma (or any other character) from the middle of a string. I have a single form field that asks for someone's full name. Later this name is used in a .csv file that will be opened in Excel. If the user enters the name "First Last", it's fine. However, if the user enters "First Last, Jr" it adds another column when the .csv file is opened in Excel.
Any guidance would be greatly appreciated.
Thanks in advance!