starts_with
starts_with(pat: Expr, val: Expr)
evaluates to true if both it's arguments are strings, and the second argument starts with the first.
e.g.
starts_with("Hello", "Hello World!")
evaluates to true
starts_with(pat: Expr, val: Expr)
evaluates to true if both it's arguments are strings, and the second argument starts with the first.
e.g.
starts_with("Hello", "Hello World!")
evaluates to true