geostyler-style
    Preparing search index...

    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 Summary)

    Index

    Properties

    Properties

    name: "strLastIndexOf"