Searched refs:plusOrPercent (Results 1 – 1 of 1) sorted by relevance
842 private static final Pattern plusOrPercent = Pattern.compile("[+%]"); field in UrlQuerySanitizer844 final Matcher matcher = plusOrPercent.matcher(string); in unescape()