iglu.util
Class StringUtil

java.lang.Object
  |
  +--iglu.util.StringUtil

Deprecated. Use StringTools instead. All methods are there

public class StringUtil
extends java.lang.Object

Some general string utilities. These are all in StringTools. Use that class instead. This class will soon disappear


Constructor Summary
StringUtil()
          Deprecated.  
 
Method Summary
static java.lang.String dropAll(java.lang.String s1, java.lang.String s2)
          Deprecated. drops all instances of s2 from s1
static void main(java.lang.String[] argv)
          Deprecated.  
static java.lang.String replaceAll(java.lang.String s1, java.lang.String s2, java.lang.String s3)
          Deprecated. replace all instances of s2 with s3 in s1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Deprecated. 
Method Detail

dropAll

public static java.lang.String dropAll(java.lang.String s1,
                                       java.lang.String s2)
Deprecated. 
drops all instances of s2 from s1


replaceAll

public static java.lang.String replaceAll(java.lang.String s1,
                                          java.lang.String s2,
                                          java.lang.String s3)
Deprecated. 
replace all instances of s2 with s3 in s1


main

public static void main(java.lang.String[] argv)
Deprecated.