如何在Matcher组而不是整个模式上追加Replacement?
原文:How to appendReplacement on a Matcher group instead of the whole pattern?
原文:How to appendReplacement on a Matcher group instead of the whole pattern?
我使用while(matcher.find())循环遍历一个模式的所有匹配。对于它找到的每个实例或该模式的匹配,我想用一些新的文本替换matcher.group(3)。这