strContains

Category: String

Syntax:

strContains:Int(str:String, substring:String)


Parameters

Returns

Int



Summary

Tests if a string contains a specific substring.

Takes str (string to search), substring (substring to find).

Returns 1 if substring is found anywhere within str, otherwise returns 0.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn