standard.lib.str.trim

trim is available since version 1.0.

Prototype:

string trim(string str)

Description:

Trims a string. A trimmed string is a rtrimed and ltrimed string.

Return value:

Returns the trimmed string.