rero.util
Class StringUtils

java.lang.Object
  extended byrero.util.StringUtils

public class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static boolean iswm(String a, String b)
           
static String strip(String text)
          strips the color codes out of the specified text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

strip

public static String strip(String text)
strips the color codes out of the specified text


iswm

public static boolean iswm(String a,
                           String b)