strEndsWith

Category: String

Syntax:

strEndsWith:Int(str:String, suffix:String)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn