I want to remove all spaces from a particular string that is input into a form. So if they typed
"Microsoft Corporation" on the form, it would become:
"MicrosoftCorporation". I know I can trim leading and ending spaces, but how do I remove all of them?
"Microsoft Corporation" on the form, it would become:
"MicrosoftCorporation". I know I can trim leading and ending spaces, but how do I remove all of them?