geostyler-style
    Preparing search index...

    Interface FstrIndexOf

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

    interface FstrIndexOf {
        args: [
            string
            | GeoStylerStringFunction,
            string | GeoStylerStringFunction,
        ];
        name: "strIndexOf";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strIndexOf"