Java.Util.Regex.Matcher.Reset Method
Resets the Matcher.

Syntax

[Android.Runtime.Register("reset", "()Ljava/util/regex/Matcher;", "")]
public Matcher Reset ()

Returns

Documentation for this section has not yet been entered.

Remarks

Resets the Matcher. This results in the region being set to the whole input. Results of a previous find get lost. The next attempt to find an occurrence of the Java.Util.Regex.Pattern in the string will start at the beginning of the input.

[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