Java.Util.Regex.Pattern.Literal Field
This constant specifies that the whole Pattern is to be taken literally, that is, all meta characters lose their meanings.

Value: 16

Syntax

[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.")]
public const RegexOptions Literal

Remarks

This constant specifies that the whole Pattern is to be taken literally, that is, all meta characters lose their meanings.

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1