Interface FstrLastIndexOf

Returns the index within this string (arguments[0]) of the last occurrence of the specified substring (arguments[1]), or -1 if not found

interface FstrLastIndexOf {
    args: [string | GeoStylerStringFunction, string | GeoStylerStringFunction];
    name: "strLastIndexOf";
}

Hierarchy (view full)

Properties

Properties

name: "strLastIndexOf"