string-utils.js ... .replace(/\s[a-z]/g, upperCase) //convert first char of each word to UPPERCASE ... str = trim(str) //should come after removeNonWord.
確定! 回上一頁