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

Properties

Properties

name: "strSubstringStart"