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