Closed
Solved
Count number of occurrence of a character in a string
Is there any OOTB function to count number of occurrence of a character in a string
For example: - abdsd3$asda$asasdd$sadas" and we want to calculate number $ - 3 times
There is no direct function to achieve that, but you can get count using combination of two functions.
Please check the screenshot below for sample and let us know if this helps.