Pattern.Flags Method

Definition

Returns this pattern's match flags.

[Android.Runtime.Register("flags", "()I", "")]
public Java.Util.Regex.RegexOptions Flags ();
[<Android.Runtime.Register("flags", "()I", "")>]
member this.Flags : unit -> Java.Util.Regex.RegexOptions

Returns

The match flags specified when this pattern was compiled

Attributes

Remarks

Returns this pattern's match flags.

Java documentation for java.util.regex.Pattern.flags().

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