Java.Util.Regex.Matcher.GroupCount Method
Returns the number of groups in the results, which is always equal to the number of groups in the original regular expression.

Syntax

[Android.Runtime.Register("groupCount", "()I", "")]
public int GroupCount ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of groups in the results, which is always equal to the number of groups in the original regular expression.

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1