Lines Matching full:"$ matcher"
854 Pattern p = Pattern.compile("(^[#*])(.*)([#*])(.*)(#)$");855 Matcher m = p.matcher(retString);