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