Searched refs:colorPattern (Results 1 – 1 of 1) sorted by relevance
17 …private static final Pattern colorPattern = Pattern.compile("\\\\#([0-9a-fA-F]{8})#|\\\\#([0-9a-fA… field in ColorTags44 Matcher m = colorPattern.matcher(charSeq); in setText()