getFindCount: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The id is the id value returned by [[ | The id is the id value returned by [[strFind| strFind()]]. | ||
|example= | |example= |
Revision as of 03:59, 24 March 2023
getFindCount() Function
• Introduced in version 1.3b48
Returns the number of times that strfind() was able to match the input string.
Usage
getFindCount(id)
The id is the id value returned by strFind().
Example
[h: id = strfind("this is a test", "(\\S+)\\s+(\\S+)\\s*")]
[r: getFindCount(id)]