言語

Pattern.Literal フィールド

定義

注意事項

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ドキュメント。

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

適用対象