|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.util.StringUtil
A utility class for working with String
s.
Method Summary | |
static java.lang.String |
replace(java.lang.String in,
java.lang.String find,
java.lang.String replace)
Searches for specified text within a string and replaces occurrences with new text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String replace(java.lang.String in, java.lang.String find, java.lang.String replace)
in
- The string to search and modify.find
- The text to be found and replaced.replace
- The text with which to replace instances of the text
specified by the find
parameter.
find
having been
replaced with replace
.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |