Description
Returns the number of occurrences of a string in a string
Signature
CountOccurrences('inputstring', 'stringtofind')
Example
CountOccurrences('North52 Formula', 'o') Returns 2
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
| stringtobereplaced | xxxx | xxxx | xxxx |
| replacementstring | xxxx | xxxx | xxxx |
