Pattern.UnicodeCharacterClass 필드

정의

주의

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

이 플래그는 Android에서 지원되지 않으며 유니코드 문자 클래스는 항상 사용됩니다.

[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에서 지원되지 않으며 유니코드 문자 클래스는 항상 사용됩니다.

미리 정의된 문자 클래스의 유니코드 버전 및 POSIX 문자 클래스유니코드 기술 표준 #18: 유니코드 정규식http://www.unicode.org/reports/tr18/부록 C: 호환성 속성과 일치하는지 확인하세요.

1.7에 추가되었습니다.

에 대한 java.util.regex.Pattern.UNICODE_CHARACTER_CLASSJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상