Category: String
Syntax:
strStartsWith:Int(str:String, prefix:String)
Int
Tests if a string starts with a specific prefix.
Takes str (string to test), prefix (prefix to check for).
Returns 1 if str begins with prefix, otherwise returns 0.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn