Matcher.Pattern Method

Definition

Returns the pattern that is interpreted by this matcher.

[Android.Runtime.Register("pattern", "()Ljava/util/regex/Pattern;", "")]
public Java.Util.Regex.Pattern Pattern ();
[<Android.Runtime.Register("pattern", "()Ljava/util/regex/Pattern;", "")>]
member this.Pattern : unit -> Java.Util.Regex.Pattern

Returns

The pattern for which this matcher was created

Attributes

Remarks

Returns the pattern that is interpreted by this matcher.

Java documentation for java.util.regex.Matcher.pattern().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to