Interface FstrAbbreviate

Abbreviates the sentence (argument[0]) at first space beyond lower (argument[1]) or at upper (argument[2]) if no space. Appends append (argument[3]) if string is abbreviated.

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

Hierarchy (view full)

Properties

Properties

name: "strAbbreviate"