Pattern.UnicodeCharacterClass 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, and Unicode character classes are always used.

[Android.Runtime.Register("UNICODE_CHARACTER_CLASS", ApiSince=24)]
[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 UnicodeCharacterClass = 256;
[<Android.Runtime.Register("UNICODE_CHARACTER_CLASS", ApiSince=24)>]
[<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 UnicodeCharacterClass : Java.Util.Regex.RegexOptions

Field Value

Value = 256
Attributes

Remarks

This flag is not supported on Android, and Unicode character classes are always used.

See the Unicode version of Predefined character classes and POSIX character classes are in conformance with Unicode Technical Standard #18: Unicode Regular Expressionshttp://www.unicode.org/reports/tr18/Annex C: Compatibility Properties.

Added in 1.7.

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

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