EndsWith

Purpose:

Checks whether the string in the first argument ends with the string in the second argument.

Parameter(s):

String

String

Boolean       Specifies whether capitals/small letters are relevant. Default: False.

Return value:

Boolean

Examples:

EndsWith ("Hallo World","rld")        Result: True

EndsWith ("Hallo World","llo")         Result: False