# substringcount(string, substring)

**Description:**

Returns the number of occurrences of substring in string.

**Example:**

![image-20250731-105759.png](https://openbrim.atlassian.net/wiki/download/attachments/3224240136/image-20250731-105759.png?api=v2)

```
 <O N="SubstringCount" T="Group">
        <P N="strexample" V="62.25.25.44" T="Text" />
        <P N="substrcount" V="substringcount(strexample,'.')" />
 </O>
```
