[h: count = getFindCount(id)]
The id is the id value returned by strfind().
[h: id = strfind("this is a test", "(\\S+)\\s+(\\S+)\\s*")] [r: getFindCount(id)]