jscript code:msg = msg.split(" ") for(var s in msg){ msg[s] = msg[s].substr(0,1).toUpper() + msg[s].substr(1) } return msg.join(" ")