|
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
|
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 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 | ||||||||