Back to Core Functions
startsWith
Check if string starts with prefix
Syntax
tf = startsWith(str, prefix)
Description
Returns 1 if str starts with prefix, 0 otherwise.
Parameters
| Name | Description |
|---|---|
| str | Input string |
| prefix | Prefix to check |
Returns
1 if starts with prefix, 0 otherwise