搜索文档
capitalizeEveryWord(str): string
str
string
大写每个单词的首字母
每个单词首字母大写的字符串
Since
1.2.1
Example
capitalizeEveryWord('hello world!'); // => 'Hello World!'