org.jdesktop.swingx.util
Class StringUtils

java.lang.Object
  extended by org.jdesktop.swingx.util.StringUtils

public abstract class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static String[] regexSearch(String source, String pattern)
           
 
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

regexSearch

public static String[] regexSearch(String source,
                                   String pattern)