std.suffixof
Available inall subroutines.
True if the string s
ends with the characters of the string ends_with
. An empty string is not considered a suffix.
Returns false
otherwise.
See std.replace_suffix
for substituting a suffix.
Example
declare local var.bool BOOL;set var.bool = std.suffixof("rectangles", "angles");