Substitutes the replacement text for the first match found in the input.
@param input The input text.
@param replace The replacement text, which may contain $x metacharacters (see REMatch.substituteInto).
@exception IllegalArgumentException The input text was not a String, char[], StringBuffer or InputStream.
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.