uk.co.silentsoftware.utils
Class StringUtils

java.lang.Object
  extended by uk.co.silentsoftware.utils.StringUtils

public class StringUtils
extends java.lang.Object

Provides String manipulation functions, ported from Apache Commons StringUtils.


Constructor Summary
StringUtils()
           
 
Method Summary
static java.lang.String[] split(java.lang.String str, char separatorChar)
          Modified from MIDP from Apache Commons StringUtils (Apache licence allows use) Change - does not ignore empty breaks between separators anymore, inserts a white space into the result instead
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

split

public static java.lang.String[] split(java.lang.String str,
                                       char separatorChar)
Modified from MIDP from Apache Commons StringUtils (Apache licence allows use) Change - does not ignore empty breaks between separators anymore, inserts a white space into the result instead

Parameters:
str -
separatorChar -
Returns: