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