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")>]
member this.TopLevelDomain : Java.Util.Regex.Pattern

Property Value

Pattern
Attributes

Remarks

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