|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jpop.util.StringUtils
Utlities to handle strings not provided in the String class
| Field Summary | |
static java.lang.String |
nl
The value of the newline for the local computer |
| Constructor Summary | |
StringUtils()
|
|
| Method Summary | |
static java.lang.String |
replace(java.lang.String src,
java.lang.String orig,
java.lang.String repl)
Replace instances of something in a string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String nl
| Constructor Detail |
public StringUtils()
| Method Detail |
public static java.lang.String replace(java.lang.String src,
java.lang.String orig,
java.lang.String repl)
src - The original stringorig - The text to seekrepl - The new test
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||