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 Technical Standard #18: Unicode 正規表現http://www.unicode.org/reports/tr18/Annex C: Compatibility Properties に準拠していることを参照してください。

1.7 で追加されました。

java.util.regex.Pattern.UNICODE_CHARACTER_CLASSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象