trim
- Синтаксис
-
native trim(text[]);
Переменная | Описание |
---|---|
text |
The string to trim. |
- Описание
- Removes whitespace characters from the beginning and end of a string.
- Возвращает
- Number of bytes written.
native trim(text[]);
Переменная | Описание |
---|---|
text |
The string to trim. |