Patterns.TopLevelDomainStr Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Regular expression to match all IANA top-level domains.
[Android.Runtime.Register("TOP_LEVEL_DOMAIN_STR")]
[System.Obsolete("deprecated")]
public const string TopLevelDomainStr;
[<Android.Runtime.Register("TOP_LEVEL_DOMAIN_STR")>]
[<System.Obsolete("deprecated")>]
val mutable TopLevelDomainStr : string
Field Value
- Attributes
Remarks
Regular expression to match all IANA top-level domains. 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. Due to the recent profileration of gTLDs, this API is expected to become out-of-date very quickly. Therefore it is now deprecated.
Java documentation for android.util.Patterns.TOP_LEVEL_DOMAIN_STR
.
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.