|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.StringUtils
public class StringUtils
Operations on Strings.
| Constructor Summary | |
|---|---|
protected |
StringUtils()
Constructor. |
| Method Summary | |
|---|---|
static boolean |
isEmpty(java.lang.String str)
Check is a String is empty ("") or null. |
static java.lang.String |
substringAfterLast(java.lang.String str,
java.lang.String pattern)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected StringUtils()
| Method Detail |
|---|
public static boolean isEmpty(java.lang.String str)
str - String to inspect.
public static java.lang.String substringAfterLast(java.lang.String str,
java.lang.String pattern)
str - the string to search inpattern - the pattern to search in str
str after the last occurrence of pattern, or the full str if
pattern does not appear
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||