geostyler-style
    Preparing search index...

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

    Index

    Properties

    Properties

    args: [
        string
        | GeoStylerStringFunction,
        number | GeoStylerNumberFunction,
        number | GeoStylerNumberFunction,
        string | GeoStylerStringFunction,
    ]
    name: "strAbbreviate"