Cadmium::Transliterator
Inherits Cadmium::Transliterator::CharMap
Constants
Instance methods
parameterize(string : String, separator : String = "-", preserve_case : Bool = false, convert_underscores : Bool = false)
Replaces special characters in a string so that it may be used as part of a ‘pretty’ URL. Based on the ActiveSupport implementation.
replace_str(source, replace)
Source