Interface FstrStartsWith

Returns true if string (argument[0]) starts with prefix (argument[1]).

interface FstrStartsWith {
    args: [string | GeoStylerStringFunction, string | GeoStylerStringFunction];
    name: "strStartsWith";
}

Hierarchy (view full)

Properties

Properties

name: "strStartsWith"