trim

Syntax

native trim(text[]);

Usage

text
The string to trim.

Description

Removes whitespace characters from the beginning and end of a string.

Return

Number of bytes written.