Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

ArrayList sort without case sensitivity

$
0
0

I have an ArrayList that I am looking to sort on a field. I am doing

$arrayList->sort('Title');

which works except for the fact that it sorts based on case sensitivity. I would like it to be like
  • Example1
  • example2
  • Last

instead of

  • Example1
  • Last
  • example2

Posted to: ArrayList sort without case sensitivity | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles