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