geostyler-style
    Preparing search index...

    Interface FstrCapitalize

    Fully capitalizes the sentence. For example, “HoW aRe YOU?” will be turned into “How Are You?”

    interface FstrCapitalize {
        args: [string | GeoStylerStringFunction];
        name: "strCapitalize";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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