The Substitution interface provides a means for you to control how a substitution is performed when using the {@link Util#substitute Util.substitute} method. Two standardimplementations are provided, {@link StringSubstitution} and {@link Perl5Substitution}. To achieve custom control over the behavior of substitutions, you can create your own implementations. A common use for customization is to make a substitution a function of a match.
@version @version@
@since 1.1
@see Util
@see Util#substitute
@see StringSubstitution
@see Perl5Substitution
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.