inflections-0.1.0.0: Inflections library for Haskell

Safe HaskellSafe-Inferred

Text.Inflections

Synopsis

Documentation

dasherize :: String -> StringSource

Replaces underscores with dashes in the string.

parameterize :: Transliterations -> String -> StringSource

Replaces special characters in a string so that it may be used as part of a pretty URL.

defaultTransliterations :: Map Char StringSource

These default transliterations stolen from the Ruby i18n library - https:github.comsvenfuchsi18nblobmasterlibi18nbackendtransliterator.rb#L41:L69