語言

Pattern.UnicodeCharacterClass 欄位

定義

警告

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

此旗標在 Android 上不支援,且始終使用 Unicode 字元類別。

[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

欄位值

Value = 256
屬性

備註

此旗標在 Android 上不支援,且始終使用 Unicode 字元類別。

請參閱 Unicode 版本的預定義字元類別POSIX 字元類別 符合 Unicode 技術標準 #18:Unicode 正則表達式附http://www.unicode.org/reports/tr18/錄 C:相容性屬性

在 1.7 版本中加入。

Java 文件 java.util.regex.Pattern.UNICODE_CHARACTER_CLASS

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於