|
|||||||||
| Home >> All >> com >> textflex >> [ txtfl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.textflex.txtfl
Class LibTxtfl

java.lang.Objectcom.textflex.txtfl.LibTxtfl
- public class LibTxtfl
- extends java.lang.Object
Repository of general functions useful across tXtFL source code.
| Constructor Summary | |
LibTxtfl()
|
|
| Method Summary | |
static java.lang.String |
replaceSubstring(java.lang.String s,
java.lang.String oldSubstring,
java.lang.String newSubstring)
Replaces all instances of one substring for another in a given string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
LibTxtfl
public LibTxtfl()
| Method Detail |
replaceSubstring
public static java.lang.String replaceSubstring(java.lang.String s, java.lang.String oldSubstring, java.lang.String newSubstring)
- Replaces all instances of one substring for another in a given
string.
|
|||||||||
| Home >> All >> com >> textflex >> [ txtfl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.textflex.txtfl.LibTxtfl