题解 | #统计字符#

统计字符

http://www.nowcoder.com/practice/539054b4c33b4776bc350155f7abd8f5

let str;
while(str = readline()){
  let yw = str.match(/[a-z]/gi)?str.match(/[a-z]/gi).length:0;
  let kg = str.match(/\s+?/gi)?str.match(/\s+?/gi).length:0;
  let sz = str.match(/\d/gi)?str.match(/\d/gi).length:0;
  let qt = str.length - yw - kg - sz;
  console.log(yw+"\n"+kg+"\n"+sz+"\n"+qt)
}
全部评论

相关推荐

冲芭芭拉鸭:你这图还挺新,偷了。
投递美团等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务