CaptureCount
Returns number of captures for a match
Notes
Use GetSubString() and loop from 1 -> captures -1 for str_id to get all captures
native int CaptureCount(int match = 0)
Parameters
int match
Match to get the number of captures for. Match starts at 0, and ends at MatchCount() -1
Return Value
int Number of captures in the match.