Pattern.InvokePattern Method

Definition

Returns the regular expression from which this pattern was compiled.

[Android.Runtime.Register("pattern", "()Ljava/lang/String;", "")]
public string InvokePattern ();
[<Android.Runtime.Register("pattern", "()Ljava/lang/String;", "")>]
member this.InvokePattern : unit -> string

Returns

The source of this pattern

Attributes

Remarks

Returns the regular expression from which this pattern was compiled.

Java documentation for java.util.regex.Pattern.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