Overview
>
klyn
>
String
>
endsWith
Overview
Index
Tree
Deprecated
klyn.String.endsWith
method
public native endsWith(suffix as String) as Boolean
Description
Returns true if this string ends with the provided suffix.
Parameters
suffix Suffix to test.
Returns
True when this string ends with suffix.