Java.Util.Regex.Pattern.Comments Field
This constant specifies that a Pattern may contain whitespace or comments.

Value: 4

Syntax

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

Remarks

This constant specifies that a Pattern may contain whitespace or comments. Otherwise comments and whitespace are taken as literal characters. Corresponds to (?x).

[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