substringcount(string, substring)

Description:

Returns the number of occurrences of substring in string.

Example:

image-20250731-105759.png

Last updated