|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.janrufmonitor.util.string.StringUtils
public class StringUtils
This class provides string manipulation functions.
| Constructor Summary | |
|---|---|
StringUtils()
|
|
| Method Summary | |
|---|---|
static String |
replaceString(String source,
String search,
String replace)
Replaces a search string within the source string. |
static String |
urlDecode(String s)
URL encodes a string. |
static String |
urlEncode(String s)
URL decodes a string. |
| 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 String replaceString(String source,
String search,
String replace)
source - the source stringsearch - the string to be replacedreplace - the replacement
public static String urlDecode(String s)
s - the string to be encoded.
public static String urlEncode(String s)
s - the string to be decoded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||