strCapitalize

Category: String

Syntax:

strCapitalize:String(str:String)


Parameters

Returns

String



Summary

Capitalizes the first character of a string and lowercases the rest.

Takes str (string to capitalize).

Returns a new string with the first character converted to uppercase and all remaining characters converted to lowercase.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn