I have a string like this: mysz = "name=john age=13 year=2001"; I want to remove the whitespaces in the string. I tried trim() but this removes only whitespaces before and after the whole string...
I looked at your StackOverflow link and the example was regarding a space character. That is why I referred to it as ' simple replacement' and that is how I based my post.