|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rubecula.util.StringUtils
String utilities.
Constructor Summary | |
StringUtils()
|
Method Summary | |
static java.lang.String |
ReplaceFirst(java.lang.String string,
java.lang.String before,
java.lang.String after)
This method is for quasi-compatibility with the String method ReplaceFirst available in Java 1.4.0 and later. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringUtils()
Method Detail |
public static java.lang.String ReplaceFirst(java.lang.String string, java.lang.String before, java.lang.String after)
string
- the string on which to operate.before
- the string which is to be replaced in string.after
- the replacement for before in string.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |