Pattern.CanonEq Field

Definition

Caution

This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.

This flag is not supported on Android.

[Android.Runtime.Register("CANON_EQ")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.", true)]
public const Java.Util.Regex.RegexOptions CanonEq = 128;
[<Android.Runtime.Register("CANON_EQ")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.", true)>]
val mutable CanonEq : Java.Util.Regex.RegexOptions

Field Value

Value = 128
Attributes

Remarks

This flag is not supported on Android.

Java documentation for java.util.regex.Pattern.CANON_EQ.

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