getGroupCount: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
(No difference)
|
Latest revision as of 23:59, 14 March 2023
getGroupCount() Function
• Introduced in version 1.3b48
Returns the number of capture groups for the match performed by strfind().
Usage
[h: text = getGroupCount(id)]
id is the id returned by strfind()
Example
[h: id = strfind("this is a test", "(\\S+)\\s(\\S+)\\s*")]
[r: getGroupCount(id)]