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