Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.textflex.txtfl
Class LibTxtfl  view LibTxtfl download LibTxtfl.java

java.lang.Object
  extended bycom.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.