|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.utility.ReplaceUtility
A collection of useful static methods for string replacement.
| Method Summary | |
static void |
replace(StringBuffer text,
String search,
String replace)
Replaces all occurrences of search in text
by replace and returns the result. |
static String |
replace(String text,
String search,
String replace)
Replaces all occurrences of search in text
by replace and returns the result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String replace(String text,
String search,
String replace)
search in text
by replace and returns the result.
text - text to work onsearch - replace this text by replacereplace - replacement for search
public static void replace(StringBuffer text,
String search,
String replace)
search in text
by replace and returns the result.
text - text to work onsearch - replace this text by replacereplace - replacement for search
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |