Java.Util.Regex.Matcher.Group Method
Returns the text that matched the whole regular expression.

Syntax

[Android.Runtime.Register("group", "()Ljava/lang/String;", "")]
public string Group ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no successful match has been made.

Remarks

Returns the text that matched the whole 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