inflect.Humanize
语法
inflect.Humanize INPUT
返回值
string
别名
humanize
{{ humanize "my-first-post" }} → My first post
{{ humanize "myCamelPost" }} → My camel post
如果输入是整数或整数的字符串表示形式,则 humanize 返回带有正确顺序附加的数字。
{{ humanize "52" }} → 52nd
{{ humanize 103 }} → 103rd