src/share/classes/java/util/regex/Matcher.java

Print this page

        

*** 828,838 **** * * </ol> * * <p> The replacement string may contain references to subsequences * captured during the previous match: Each occurrence of ! * <tt>$</tt><i>g</i><tt></tt> will be replaced by the result of * evaluating {@link #group(int) group}<tt>(</tt><i>g</i><tt>)</tt>. * The first number after the <tt>$</tt> is always treated as part of * the group reference. Subsequent numbers are incorporated into g if * they would form a legal group reference. Only the numerals '0' * through '9' are considered as potential components of the group --- 828,838 ---- * * </ol> * * <p> The replacement string may contain references to subsequences * captured during the previous match: Each occurrence of ! * <tt>$</tt><i>g</i> will be replaced by the result of * evaluating {@link #group(int) group}<tt>(</tt><i>g</i><tt>)</tt>. * The first number after the <tt>$</tt> is always treated as part of * the group reference. Subsequent numbers are incorporated into g if * they would form a legal group reference. Only the numerals '0' * through '9' are considered as potential components of the group