Java.Util.Regex.Pattern.UnixLines Field
This constant specifies that a pattern matches Unix line endings ('\n') only against the '.', '^', and '$' meta characters.

Value: 1

Syntax

[Android.Runtime.Register("UNIX_LINES")]
[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 UnixLines

Remarks

This constant specifies that a pattern matches Unix line endings ('\n') only against the '.', '^', and '$' meta characters. Corresponds to (?d).

[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