OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3

class $String

Object
->jsx3.$Object
  ->jsx3.$String

class $String
extends jsx3.$Object
Useful extensions to the JavaScript String class.

Since:

3.7

Method Summary
boolean
Returns true if this string ends with string s.
jsx3.$String
Returns this string with all leading and trailing space removed.
Methods Inherited From jsx3.$Object
clone, extend
Methods Inherited From Object
toString
Method Detail

endsWith

boolean endsWith(s : String)
Returns true if this string ends with string s.

Parameters:

s

Returns:

 

trim

jsx3.$String trim()
Returns this string with all leading and trailing space removed.

Returns: