I'm currently using this compare options to sort a list of strings:
[self compare:aString options:NSNumericSearch|NSCaseInsensitiveSearch];
However, numbers come before than symbols:
99
[Hello
Hello
Is there a way to sort symbols before numbers ? thanks