Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
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
rtrim
ed and
ltrim
ed string.
Return value:
Returns the trimmed string.