For the complete documentation index, see llms.txt. This page is also available as Markdown.

trim

Remove trailing zero bytes from a string
     str - input string
Returns: trimmed string
Thread-safe function.

string trim(string str);

Last updated

Was this helpful?