numCaptures

Type: Integer

The numCaptures property of the JadeRegexMatch class contains the number of capture groups for the match.

The value is zero (0) if there are none or you did not set explicit capture to true (that is, calling the JadeRegexPattern class setExplicitCapture method with the enable parameter set to true).

2020.0.01 and higher