starts-with

Function

Checks if text starts with a specified prefix

Syntax

$result = starts-with "hello" $text

check if variable starts with literal prefix

$result = starts-with $prefix $text

check if variable starts with variable prefix

$result = starts-with "hello" "hello world"

check if literal text starts with literal prefix

$result = starts-with $prefix "hello world"

check if literal text starts with variable prefix

Developer Reference
Set: textfn
Version: 0.0.0-4
Encoding: T_OP_FN
Sizes: 3-8
Actcode: 1004985093
Set ID: 136