strCount

Category: String

Syntax:

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


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn