inflections

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
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.

Variables

View Source
var Camelize = flect.Camelize
View Source
var Capitalize = flect.Capitalize
View Source
var Dasherize = flect.Dasherize
View Source
var Downcase = strings.ToLower
View Source
var Ordinalize = flect.Ordinalize
View Source
var Pascalize = flect.Pascalize
View Source
var Pluralize = flect.Pluralize
View Source
var Singularize = flect.Singularize
View Source
var Underscore = flect.Underscore
View Source
var Upcase = strings.ToUpper

Functions

func New

func New() hctx.Map

New returns a map of the helpers within this package.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL