This function returns
the number of times the string substring appears within the string text.
The result is an integer. If there is no match, 0 is returned.
Syntax:
SubStringCount(
text , substring)
Example
Result
SubStringCount
( 'abcdefgcdxyz', 'cd' )
Returns '2'
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!