package
0.0.0-20150818201947-3fe8d02f099f
Repository: https://github.com/divoxx/gorailsyourself.git
Documentation: pkg.go.dev
# Functions
Replaces special characters in a string so that it may be used as part of a 'pretty' URL.
Replaces non-ASCII characters with an ASCII approximation, or if none Transliterate("Ærøskøbing") => "AEroskobing" Rails documentation: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-transliterate.