Searched refs:WEB_URL (Results 1 – 3 of 3) sorted by relevance
56 t = Patterns.WEB_URL.matcher("http://www.google.com").matches(); in testUrlPattern()60 t = Patterns.WEB_URL.matcher("http://www.google.me").matches(); in testUrlPattern()62 t = Patterns.WEB_URL.matcher("google.me").matches(); in testUrlPattern()66 t = Patterns.WEB_URL.matcher("http://xn--fsqu00a.xn--0zwm56d").matches(); in testUrlPattern()68 t = Patterns.WEB_URL.matcher("xn--fsqu00a.xn--0zwm56d").matches(); in testUrlPattern()72 t = Patterns.WEB_URL.matcher("http://\uD604\uAE08\uC601\uC218\uC99D.kr").matches(); in testUrlPattern()74 t = Patterns.WEB_URL.matcher("\uD604\uAE08\uC601\uC218\uC99D.kr").matches(); in testUrlPattern()77 t = Patterns.WEB_URL.matcher("http://brainstormtech.blogs.fortune.cnn.com/2010/03/11/" + in testUrlPattern()81 t = Patterns.WEB_URL.matcher("ftp://www.example.com").matches(); in testUrlPattern()84 t = Patterns.WEB_URL.matcher("http://www.example.com:8080").matches(); in testUrlPattern()[all …]
115 public static final Pattern WEB_URL = Pattern.compile( field in Patterns
212 gatherLinks(links, text, Patterns.WEB_URL, in addLinks()