RemoveWhitespaces

Removes all whitespaces from an input string

RemoveWhitespaces("Hell o") โ†’ "Hello"
RemoveWhitespaces("Butter fly") โ†’ "Butterfly"

Inputs

RemoveWhitespaces(string)

  • string - A text value

Last updated