The sort list block:
will sort "correctly" (?); items that start with numbers, items that start with capital (uppercase) letters (A-Z), then items that start with lowercase letters (a-z).
Can any of the existing sort blocks be used to sort ignoring capitals?
e.g.
["123.png","Abbc.png","accd.png","baad.png","Bccd.png","Ceef.png"]
instead of
["123.png","Abbc.png","Bccd.png",,"Ceef.png""accd.png","baad.png"]
I am able to do this with functions from js or php, but would be good to use AI2 blocks.