Function String-Ends-With

Part of:

package metabang.utilities
( string-ends-with < string > < suffix > &key < test > )

Returns true if string starts with prefix.

Use the keyword argument test (which defaults to eql) to check
each character.