getGroupCount

From RPTools Wiki
Revision as of 03:11, 7 March 2009 by Verisimilar (talk | contribs)
Jump to navigation Jump to search

getGroupCount() Function

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)]
Returns 2.