geostyler-style
    Preparing search index...

    Interface FstrEndsWith

    Returns true if string (argument[0]) ends with suffix (argument[1])

    interface FstrEndsWith {
        args: [
            string
            | GeoStylerStringFunction,
            string | GeoStylerStringFunction,
        ];
        name: "strEndsWith";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strEndsWith"