AMX Mod X API Documentation

Signature
native trim(text[]);
Description

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

Parameters
  • text The string to trim.
Returns

Number of bytes written.

Назад
Верх