Category: String
Syntax:
strContains:Int(str:String, substring:String)
Int
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn