geostyler-style
    Preparing search index...

    Interface FstrStartsWith

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strStartsWith"