fn() endsWith
Check whether a string is a suffix of another string.

Defined in <seqan/sequence.h>
Signature bool endsWith(str, suffix);

Parameters

str The string to check.
suffix The suffix to check for.

Return Values

bool true if suffix is a suffix of str.