stog #6907(2008/08/02 21:50 GMT) [ JavaScript ] Rating0/0=0.00
1 2 3 4
before = "LL day and night".split(' '); after = []; while(i = before.shift()) after.push(i.charAt(0).toUpperCase() + i.slice(1)); alert(after.join(' '));
Rating0/0=0.00-0+
[ reply ]
stog
#6907()
[
JavaScript
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]