I have used trim to remove leading and trailing spaces, but cannot find a easy way to remove all spaces between words. Am I missing something easy? Since we have no easy way to do regex, I can't go that route either...
Any tips?
Thanks, the replace function worked 😀
Thanks I will try that... in the meantime, I changed the initial web form and added REGEX to prevent any spaces or non alphabetic characters to be entered in the first place.
perhaps replace() ?
like
@asdfaf4 wrote:I have used trim to remove leading and trailing spaces, but cannot find a easy way to remove all spaces between words. Am I missing something easy? Since we have no easy way to do regex, I can't go that route either...
Any tips?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1