string.contains
aliases: [str.contains]
checks if string contains specified substring
available since version: 0.3
arguments:
- SUBJ
searched substring
type: symbol
properties:
- @subj
Get/set searched substring
type: symbol
inlets:
- input string or symbol
type: control
- search substring (string or symbol)
type: control
outlets:
- output 1 if input string contains specified substring, otherwise 0
type: control
keywords:
contains
search
See also:
[str.ends_with]
Authors: Serge Poltavsky
License: GPL3 or later