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

Properties

Properties

name: "strIndexOf"