Interface FstrEndsWith

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

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

Hierarchy (view full)

Properties

Properties

name: "strEndsWith"