Interface FstrStripAccents

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

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

Hierarchy (view full)

Properties

Properties

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