[github地点:https://github.com/ABCDdouyae…]
to-capital-case
将用标记离开的字符串用空格分离隔,而且每一个单词首字母大写
用法
:toCapitalCase(str)
返回
:string
to-constant-case
将用标记离开的字符串用空格分离隔,而且每一个字母大写
用法
:toConstantCase(str)
返回
:string
to-dot-case
将用标记离开的字符串用.分离隔
用法
:toDotCase(str)
返回
:string