Searched refs:webUrlProtocol (Results 1 – 1 of 1) sorted by relevance
297 Pattern webUrlProtocol = Pattern.compile("(?i)(http|https)://"); in creatFileForSharedContent() local310 Matcher proto = webUrlProtocol.matcher(matchStr); in creatFileForSharedContent()