geostyler-style
    Preparing search index...

    Interface FstrStripAccents

    Removes diacritics (~= accents) from a string. The case will not be altered.

    interface FstrStripAccents {
        args: [string | GeoStylerStringFunction];
        name: "strStripAccents";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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