【逐日一包0013】to-capital-case,to-constant-case,to-dot-case

[github地点:https://github.com/ABCDdouyae…]

to-capital-case

将用标记离开的字符串用空格分离隔,而且每一个单词首字母大写

用法:toCapitalCase(str)

返回:string

to-constant-case

将用标记离开的字符串用空格分离隔,而且每一个字母大写

用法:toConstantCase(str)

返回:string

to-dot-case

将用标记离开的字符串用.分离隔

用法:toDotCase(str)

返回:string

    原文作者:王炜
    原文地址: https://segmentfault.com/a/1190000017052476
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞