|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.buglabs.util.StringUtil
public class StringUtil
| Constructor Summary | |
|---|---|
StringUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
replace(java.lang.String target,
java.lang.String from,
java.lang.String to)
Replaces a String within a String |
static java.lang.String[] |
split(java.lang.String s,
java.lang.String seperator)
custom string splitting function as CDC/Foundation does not include String.split(); |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtil()
| Method Detail |
|---|
public static java.lang.String[] split(java.lang.String s,
java.lang.String seperator)
s - Input Stringseperator -
public static java.lang.String replace(java.lang.String target,
java.lang.String from,
java.lang.String to)
String within a String
target - String where replacement needs to be donefrom - String to replace fromto - String to replace to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||