|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme.utility.StringUtils
StringUtils
provides various methods to operate on Strings.
Constructor Summary | |
StringUtils()
|
Method Summary | |
static boolean |
isInString(java.lang.String string,
java.lang.String subString)
isInString reports if a substring is contained within
another 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 boolean isInString(java.lang.String string, java.lang.String subString)
isInString
reports if a substring is contained within
another string.
string
- the string to examine.subString
- the substring to examine.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |