Removes all whitespaces from an input string
RemoveWhitespaces("Hell o") → "Hello" RemoveWhitespaces("Butter fly") → "Butterfly"
RemoveWhitespaces(string)
string - A text value
string