Dalziel
07-08-2003, 03:21 PM
Is there a function in Javascript to do the same job as PHP's strtoupper()?
If you don't know what the PHP function does but know JS here's an example.
$name = "dan"
$namecaps = strtoupper("$name");
$namecaps would now be "DAN"
If you don't know what the PHP function does but know JS here's an example.
$name = "dan"
$namecaps = strtoupper("$name");
$namecaps would now be "DAN"