strStartsWith

Category: String

Syntax:

strStartsWith:Int(str:String, prefix:String)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn