nowhite(<string>)
string
A string value with white space (spaces and tabs) removed.
<string> The string to be edited.
Returns the string value 'andthe7dwarfs'.
string s = ' and the 7 dwarfs' string news = nowhite(s)
Functions:
low (string), strim (string), upp (string)