Pattern.Literal 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.
啟用模式的常值剖析。
[Android.Runtime.Register("LITERAL")]
[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 Literal = 16;
[<Android.Runtime.Register("LITERAL")>]
[<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 Literal : Java.Util.Regex.RegexOptions
欄位值
Value = 16- 屬性
備註
啟用模式的常值剖析。
當指定此標誌時,指定模式的輸入字串會被視為一串字元。 輸入序列中的元字元或跳脫序列不會有特殊意義。
旗幟CASE_INSENSITIVE與UNICODE_CASE與此旗幟配合使用時,仍保有配對效果。 其他旗幟變得多餘。
沒有嵌入的標誌字元來啟用字面解析。
已在1.5中新增。
Java 文件 java.util.regex.Pattern.LITERAL。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。