Java.Util.Scanner.Match Method
Returns the result of the last matching operation.

Syntax

[Android.Runtime.Register("match", "()Ljava/util/regex/MatchResult;", "")]
public Java.Util.Regex.IMatchResult Match ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the match result is not available, of if the last match was not successful.

Remarks

Returns the result of the last matching operation.

The next* and find* methods return the match result in the case of a successful match.

[Android Documentation]

Requirements

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