Class String

Object
   |
   +--String

class String

 
Method Summary
 Object endsWith(s)
           String convenience method for checking if the end of this string equals a given string.
 Object trim()
           String convenience method to trim leading and trailing whitespace.


Method Detail

endsWith

Object endsWith(s)

trim

Object trim()