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