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)
Sourcetransliterate(source, **options)
Source