Function: nowhite

Syntax

nowhite(<string>)

Type

string

Returns

A string value with white space (spaces and tabs) removed.

Parameters

Example

Returns the string value 'andthe7dwarfs'.

string s = ' and the 7 dwarfs'
string news = nowhite(s)

See Also

Functions:

low (string), strim (string), upp (string)