RE: PatternReplaceFilterFactory group

2012-02-16 Thread O. Klein
steve_rowe wrote > > Hi O., > > PatternReplaceFilter(Factory) uses Matcher.replaceAll() or replaceFirst(), > both of which take in a string that can include any or all groups using > the syntax "$n", where n is the group number. See the > Matcher.appendReplacement() javadocs for an explanation

RE: PatternReplaceFilterFactory group

2012-02-16 Thread Steven A Rowe
Hi O., PatternReplaceFilter(Factory) uses Matcher.replaceAll() or replaceFirst(), both of which take in a string that can include any or all groups using the syntax "$n", where n is the group number. See the Matcher.appendReplacement() javadocs for an explanation of the functionality and synta