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