-
Notifications
You must be signed in to change notification settings - Fork 2
Remove diacritics
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform removes diacritical marks (accents, etc) from a string, returning the base character in its place
This transform does not have any parameters.
The transform accepts string values value as an input.
The transform accepts multiple input values, and processes each of them individually.
The transform returns a string value for each input value
Input value | Output value |
---|---|
à, è, ì, ò, ù | a, e, i, o, u |
ā, ē, ī, ū, č, ģ ķ, ļ, ņ, š, ž | a, e, i, u, c, g k, l, n, s, z |
č ď ě ň ř š ť ž | c d e n r s t z |