string.ends_with
aliases: [str.ends_with]
checks if the string ends with the specified substring
available since version: 0.3

arguments:
  - SUFFIX
suffix
type: symbol
 
properties:
  - @suffix 
Get/set suffix to search
type: symbol
 
inlets:
  - input string or symbol
type: control 
  - search suffix (string or symbol)
type: control 
outlets:
  - output 1 if input string ends with suffix, otherwise 0
type: control 
keywords:
ends
search
See also:
[str.starts_with]
Authors: Serge Poltavsky
License: GPL3 or later