Class SubstPropsHandler.Resub

java.lang.Object
sunlabs.brazil.properties.SubstPropsHandler.Resub
All Implemented Interfaces:
SubstPropsHandler.Convert
Enclosing class:
SubstPropsHandler

public static class SubstPropsHandler.Resub extends Object implements SubstPropsHandler.Convert
Do a regexp substitution on a value. This takes the following initialization parameters:
match
A Regular expression that matches the string value.
sub
The regular expression substitution to perform. All occurances of "match" are substututed.
Version:
1.5
Author:
Stephen Uhler