public class Rule
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.regex.Pattern |
pattern |
java.lang.String |
replacement |
| Constructor and Description |
|---|
Rule(java.util.regex.Pattern pattern,
java.lang.String replacement) |