Category: String
Syntax:
strCount:Int(str:String, substring:String)
Int
Counts the number of occurrences of a substring in a string.
Takes str (string to search), substring (substring to count).
Returns the total number of non-overlapping occurrences of substring found within str.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn