geostyler-style
    Preparing search index...

    Type Alias GeoStylerStringFunction

    GeoStylerStringFunction:
        | GeoStylerUnknownFunction
        | FnumberFormat
        | FstrAbbreviate
        | FstrCapitalize
        | FstrConcat
        | FstrDefaultIfBlank
        | FstrReplace
        | FstrStripAccents
        | FstrSubstring
        | FstrSubstringStart
        | FstrToLowerCase
        | FstrToUpperCase
        | FstrTrim
        | FtoString

    An expression of a function that returns a string.