Patterns.WebUrl Property
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.
Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs.
[Android.Runtime.Register("WEB_URL")]
public static Java.Util.Regex.Pattern? WebUrl { get; }
[<Android.Runtime.Register("WEB_URL")>]
static member WebUrl : Java.Util.Regex.Pattern
Property Value
- Attributes
Remarks
Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs.
Java documentation for android.util.Patterns.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.