import "github.com/gobuffalo/helpers/inflections"
const ( CamelizeKey = "camelize" CapitalizeKey = "capitalize" DasherizeKey = "dasherize" OrdinalizeKey = "ordinalize" PluralizeKey = "pluralize" SingularizeKey = "singularize" UnderscoreKey = "underscore" UpcaseKey = "upcase" DowncaseKey = "downcase" )
Keys to be used in templates for the functions in this package.
var Capitalize = flect.Capitalize
var Ordinalize = flect.Ordinalize
var Singularize = flect.Singularize
var Underscore = flect.Underscore
New returns a map of the helpers within this package.
Package inflections imports 3 packages (graph) and is imported by 1 packages. Updated 2019-05-01. Refresh now. Tools for package owners.