为了账号安全,请及时绑定邮箱和手机立即绑定

这道题应该如何做?

这道题应该如何做?

慕村9548890 2018-08-20 11:10:16
用javascript来解决!!!求解!
查看完整描述

1 回答

?
摇曳的蔷薇

TA贡献1793条经验 获得超6个赞

function test(str){

    return str.replace(/\b[\w\']+\b/g,function(match){

        return match.toLowerCase().replace(/^./,function(match){

            return match.toUpperCase();

        });

    });

}

[

    "I'm a little tea pot",

    "sHoRt AnD sToUt",

    "HERE IS MY HANDLE HERE IS MY SPOUT"

].forEach(function(str){

    console.log(test(str))

})


查看完整回答
反对 回复 2018-09-22
  • 1 回答
  • 0 关注
  • 528 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信