Patterns.TopLevelDomain Property

Definition

Caution

deprecated

Regular expression pattern to match all IANA top-level domains.

[Android.Runtime.Register("TOP_LEVEL_DOMAIN")]
[System.Obsolete("deprecated")]
public static Java.Util.Regex.Pattern? TopLevelDomain { get; }
[<Android.Runtime.Register("TOP_LEVEL_DOMAIN")>]
[<System.Obsolete("deprecated")>]
static member TopLevelDomain : Java.Util.Regex.Pattern

Property Value

Attributes

Remarks

Regular expression pattern to match all IANA top-level domains.

This member is deprecated. This API is deprecated. See #TOP_LEVEL_DOMAIN_STR.

Java documentation for android.util.Patterns.TOP_LEVEL_DOMAIN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to