Count occurences, case sensitive?
Posted: Fri Aug 07, 2020 3:33 pm
Hello,
I'm using replaceText() function to replace some string with another in a text, case sensitive, and I would like to inform the user about how many replacements have been done. Or, at least, how many occurences will be found (and replaced).
All ...offset() functions I found are case insensitive. So, is there a simple way to do that?
Thank you.
I'm using replaceText() function to replace some string with another in a text, case sensitive, and I would like to inform the user about how many replacements have been done. Or, at least, how many occurences will be found (and replaced).
All ...offset() functions I found are case insensitive. So, is there a simple way to do that?
Thank you.