Capitalize?
Instead of string.toUpperCase(), I need something like string.toCapitalize(), to capitalize the first letter of every word. I have tried a CSS method (text-transform) but it didn't work...
I'm guessing this doesn't exist; am I right?
Thanks ahead of time
Snib
|