Android Lollipop Patterns.WEB_URL行为错误

时间:2015-02-20 18:52:56

标签: android url design-patterns android-5.0-lollipop

我在使用Patterns.WEB_URL打开之前验证了一个URL。它完美无缺,直到棒棒糖返回“http://www.google”网址为例。

final String registrationUrl = "http://www.google";
final Pattern urlPattern =     Patterns.WEB_URL;
Boolean bool = urlPattern.matcher(registrationUrl).matches();

知道如何验证网址吗? URLUtil.isValidUrl()对我不起作用。

0 个答案:

没有答案