|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--String
| Method Summary | |
String
|
after(delimiter, defaultValue)
Searches the first occurrence of the specified delimiter string in this string and returns the substring after it. |
String
|
afterLast(delimiter,defaultValue)
Searches the last occurrence of the specified delimiter string in this string and returns the substring after it. |
String
|
before(delimiter,defaultValue)
Searches the first occurrence of the specified delimiter string in this string and returns the substring before it. |
String
|
beforeLast(delimiter,defaultValue)
Searches the last occurrence of the specified delimiter string in this string and returns the substring before it. |
Boolean
|
endsWith(subString)
Tests if this String ends with the given substring. |
Boolean
|
has(subString, dlm)
Tests if this String contains the given substring delimited the given delimiter. |
Boolean
|
isNumber()
Tests if this String contains a valid number |
Boolean
|
startsWith(subString)
Tests if this String starts with the given substring. |
Boolean
|
toBoolean()
Converts this String to boolean and returns it |
String
|
trim()
Trims the space characters on both sides of this String |
| Method Detail |
String after(delimiter, defaultValue)
delimiter -
defaultValue -
String afterLast(delimiter,defaultValue)
delimiter -
defaultValue -
String before(delimiter,defaultValue)
delimiter -
defaultValue -
String beforeLast(delimiter,defaultValue)
delimiter -
defaultValue -
Boolean endsWith(subString)
true if it does false otherwise
Boolean has(subString, dlm)
true if it does false otherwise
Boolean isNumber()
Boolean startsWith(subString)
true if it does false otherwise
Boolean toBoolean()
String trim()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||