strTrim

Category: String

Syntax:

strTrim:String(str:String)


Parameters

Returns

String



Summary

Removes leading and trailing whitespace from a string.

Takes str (string to trim).

Returns a new string with all leading and trailing whitespace removed.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn