string.ends_with
checks if string ends with specified substring
доступно с версии: 0.3
аргументы:
- SUFFIX
suffix
тип: symbol
свойства:
- @suffix
Запросить/установить suffix to search
тип: symbol
входы:
- input string or symbol
тип: control
- search suffix (string or symbol)
тип: control
выходы:
- output 1 if input string ends with suffix, otherwise 0
тип: control
ключевые слова:
ends
search
Смотрите также:
[str.starts_with]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later