inflect
inflect copied to clipboard
DEPRECATED: use github.com/gobuffalo/flect instead
Results
3
inflect issues
Sort by
recently updated
recently updated
newest added
It appears that humanize is does not discriminate ACRONYMS from camelCase. It probably should? For example: "FBI" | humanize => "FBI" "M.I.T" | humanize => "M.I.T" Consider cases of PascalCase...
See https://github.com/markbates/inflect/blob/master/name.go#L8 I did a `dep ensure -update` in Hugo and got some unknown and new packages. I tracked it to the above. That does not look like core inflect...