Java.Util.Regex.Pattern.CanonEq Field
This constant specifies that a character in a Pattern and a character in the input string only match if they are canonically equivalent.

Value: 128

Syntax

[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.")]
public const RegexOptions CanonEq

Remarks

This constant specifies that a character in a Pattern and a character in the input string only match if they are canonically equivalent. It is (currently) not supported in Android.

[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