the string editor class. Provides efficient, repeated editing functions specified by commands which can include regular expressions. The editing command syntax is based loosely on the 'sed' commands, and uses the java.util.regex regular expression handler in {@link java.util.regex#Pattern} - see {@link #compile(String)} for details.To invoke the editor, see {@link #edit(java.lang.String)}.
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.