mimo on 2012-01-02 16:14:19
eho dali shte e OK
Kevin van Zonneveld on 2008-09-29 12:36:08
@ Onno Marsman: Function has been updated according to your proposal!
Onno Marsman on 2008-09-26 13:25:53
For when it's not a string e.g. strtoupper(6) :

function strtolower( str ) {
    return (str+'').toLowerCase();
}