Download link - v1.1:
http://www.mediafire.com/file/0ee4ahdvrbmwqmr/StringCount_-_v1.1_%28Function%29.rar
v1.1 - Changes:
- The function now uses "InStr()" function instead "RegExMatch()" function! (Faster)
- the function now makes use of "StrReplace()" function!
- if "Options" does not contain "RegEx" string, "StrReplace()" function will be used instead "RegExReplace()" function!
"StrReplace( )" is faster and can handle Unicode surrogate characters!
"RegExReplace( )" is slower and can't handle Unicode surrogate characters!
v1.0
http://www.mediafire.com/file/2f1mimmxtsbvgw7/StringCount_-_v1.0_%28Function%29.rar
Keywords:
Count characters or string occurrences within a text, variable, etc, etc
Counting occurring of a string inside a variable
Count number of specific character in string
Count of substring occurrences within a string
No comments:
Post a Comment