Java.Util.Regex.Pattern.Matcher Method
Returns a Java.Util.Regex.Matcher for this pattern applied to the given input.

Syntax

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

Parameters

input
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Java.Util.Regex.Matcher for this pattern applied to the given input. The Matcher can be used to match the Pattern against the whole input, find occurrences of the Pattern in the input, or replace parts 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