Interface FstrTrim

Returns a copy of the string, with leading and trailing blank-space omitted

interface FstrTrim {
    args: [string | GeoStylerStringFunction];
    name: "strTrim";
}

Hierarchy (view full)

Properties

Properties

args: [string | GeoStylerStringFunction]
name: "strTrim"