Java.Util.Regex.Matcher.Reset Method
Provides a new input and resets the Matcher.

Syntax

[Android.Runtime.Register("reset", "(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;", "")]
public Matcher Reset (Java.Lang.ICharSequence input)

Parameters

input
the new input sequence.

Returns

Documentation for this section has not yet been entered.

Remarks

Provides a new input and 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