When I use sort($topics)
I get something along the lines of:
- Apple
- Green
- Zebra
- grass
In this example, "grass" starts with a lower case g but ends up after "Zebra" which has a capital letter.
How do I make it so that it sorts it where it ignores whether the word starts with capitals or not?
- Apple
- Green
- grass
- Zebra
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…