[thelist] RE:using array.sort() in JavaScript not handling case

Tim Kuhn thelist at lists.evolt.org
Mon Mar 3 10:40:01 2003


Tim Kuhn

>Anyone know how to make it sort the alpha values by alpha no matter
>what the case?

Unless I am missing something here just use string.toLowerCase(); and
then sort.