module

Cadmium::Transliterator

Inherits Cadmium::Transliterator::CharMap

Constants

DEFAULT_OPTS = { unknown: "[?]", replace: {} of String | Regex => String, replace_after: {} of String | Regex => String, ignore: [] of String | Char, trim: true, }

Instance methods

replace_str(source, replace)
Source
transliterate(source, **options)
Source

Nested types