Category: String
Syntax:
strCapitalize:String(str:String)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn