|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.tools.StringTools
public final class StringTools
This is a utility class containing basic String related methods.
| Method Summary | |
|---|---|
static java.lang.String |
substituteAll(java.lang.String src,
java.lang.String pat,
java.lang.String rep)
Returns the source string with all occurrances of the pattern string substituted with the replacement string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final java.lang.String substituteAll(java.lang.String src,
java.lang.String pat,
java.lang.String rep)
src - the source stringpat - the pattern stringrep - the replacement string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||