Searched refs:CLEANUP_BOOKMARK (Results 1 – 1 of 1) sorted by relevance
22 private static final Matcher CLEANUP_BOOKMARK = PatternCache.get("[^a-zA-Z0-9]").matcher(""); field in HelpMessages161 String bookmark = "HM_" + CLEANUP_BOOKMARK.reset(contents).replaceAll("_"); in find()