geostyler-style
    Preparing search index...

    Interface FstrSubstringStart

    Returns a new string that is a substring of this string (argument[0]). The substring begins at the specified begin (arguments[1]) and extends to the last character of the string

    interface FstrSubstringStart {
        args: [
            string
            | GeoStylerStringFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "strSubstringStart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "strSubstringStart"