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