|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpeer2me.util.TextUtil
public class TextUtil
A simple class for manipulating strings.
Constructor Summary | |
---|---|
TextUtil()
|
Method Summary | |
---|---|
static java.lang.String[] |
split(java.lang.String text,
char splitCharacter)
A method to split strings into an array based on a character |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextUtil()
Method Detail |
---|
public static java.lang.String[] split(java.lang.String text, char splitCharacter)
text
- The string to splitsplitCharacter
- The char which will divide the string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |