首页 > 编程 > Regex > 正文

JS:正则将首字单词转成大写

2020-03-16 21:21:09
字体:
来源:转载
供稿:网友
  1. <script language="JavaScript">   
  2. <!--   
  3. var str="xi nan shi you xue yuan china people"   
  4. alert(str.replace(//s[a-z]/g,function($1){return $1.toLocaleUpperCase()}).replace(/^[a-z]/,function($1){return $1.toLocaleUpperCase()}))   
  5. //-->   
  6. </script>   
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表