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