MoreMotion Face API

Class String

Object
   |
   +--String

class String

 
Method Summary
 String after(delimiter, defaultValue)
           Searches the first occurence of the specified delimiter string in this string and returns the substring after it.
 String afterLast(delimiter,defaultValue)
           Searches the last occurence of the specified delimiter string in this string and returns the substring after it.
 String before(delimiter,defaultValue)
           Searches the first occurence of the specified delimiter string in this string and returns the substring before it.
 String beforeLast(delimiter,defaultValue)
           Searches the last occurence of the specified delimiter string in this string and returns the substring before it.
 boolean endsWith(subString)
           Test if this String ends with the given substring.
 boolean hasValue()
           Test if the length of this String is greter than zero.
 boolean isNumber()
           Test if this String contains a valid number
 boolean startsWith(subString)
           Test 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

after

String after(delimiter, defaultValue)

afterLast

String afterLast(delimiter,defaultValue)

before

String before(delimiter,defaultValue)

beforeLast

String beforeLast(delimiter,defaultValue)

endsWith

boolean endsWith(subString)

hasValue

boolean hasValue()

isNumber

boolean isNumber()

startsWith

boolean startsWith(subString)

toBoolean

boolean toBoolean()

trim

String trim()

MoreMotion Face API

Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by JSDoc on Mon Sep 29 14:52:55 2008