Lines Matching full:tolowercase
727 return word.substr(0, 1).toUpperCase() + word.substr(1).toLowerCase();