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