2 // This software is now distributed according to
3 // the Lesser Gnu Public License. Please see
4 // http://www.gnu.org/copyleft/lesser.txt for
8 package com.stevesoft.pat;
11 * Implements substitution rule $POP. See the example file <a
12 * href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.
14 public class PopRule extends SpecialRule
20 public String toString1()