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