For the complete documentation index, see llms.txt. This page is also available as Markdown.

RemoveWhitespaces

Removes all whitespaces from an input string

RemoveWhitespaces("Hell o") → "Hello"
RemoveWhitespaces("Butter fly") → "Butterfly"

Inputs

RemoveWhitespaces(string)

  • string - A text value