getFindCount: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page getFindCount to GetFindCount without leaving a redirect: Converting page title to first-letter uppercase) |
m (Conversion script moved page GetFindCount to getFindCount: Converting page titles to lowercase) |
(No difference)
|
Revision as of 22:54, 9 February 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)]