endsWith
Returns true if this string buffer ends with the given suffix.
Syntax
aStringBuffer endsWith (suffix)
Parameters
suffix - String
The suffix string.
Return Value
True if this string buffer ends with the given suffix.
Returns true if this string buffer ends with the given suffix.