Patterns.TopLevelDomainStrForWebUrl Field

Definition

Caution

deprecated

Regular expression to match all IANA top-level domains for WEB_URL.

[Android.Runtime.Register("TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL")]
[System.Obsolete("deprecated")]
public const string TopLevelDomainStrForWebUrl;
[<Android.Runtime.Register("TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL")>]
[<System.Obsolete("deprecated")>]
val mutable TopLevelDomainStrForWebUrl : string

Field Value

Attributes

Remarks

Regular expression to match all IANA top-level domains for WEB_URL. List accurate as of 2011/07/18. List taken from: http://data.iana.org/TLD/tlds-alpha-by-domain.txt This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py

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

Java documentation for android.util.Patterns.TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL.

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