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