StringendWith ( str )
Tests if this string ends with the specified str
returns: Boolean.
ltrim ( )
Returns a copy of the string, with leading whitespace omitted.
rtrim ( )
Returns a copy of the string, with trailing whitespace omitted.
startWith ( str )
Tests if this string starts with the specified str
returns: Boolean.
trim ( )
Returns a copy of the string, with leading and trailing whitespace omitted.