trim
Syntax
native trim(text[]);
Usage
| Parameter | Description |
|---|---|
| text | The string to trim. |
Description
Removes whitespace characters from the beginning and end of a string.
Return
Number of bytes written.
native trim(text[]);
| Parameter | Description |
|---|---|
| text | The string to trim. |
Removes whitespace characters from the beginning and end of a string.
Number of bytes written.