Pattern.UnixLines フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.

Unix 行モードを有効にします。

[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.", true)]
public const Java.Util.Regex.RegexOptions UnixLines = 1;
[<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.", true)>]
val mutable UnixLines : Java.Util.Regex.RegexOptions

フィールド値

Value = 1
属性

注釈

Unix 行モードを有効にします。

このモードでは、、、および $の動作^.では、行ターミネータのみが'\n'認識されます。

unix 行モードは、埋め込みフラグ式 (?d) を使用して有効にすることもできます。

の Java ドキュメント java.util.regex.Pattern.UNIX_LINES

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

適用対象