Dear all,
I am trying to sort an array alphanumeric.
Values are something like:
["ABUI400423-DEF351","GYI450013-HF45978","SU00001-EZS48"]
I tried several sort functions, but none of them sorted it the right way.
The difficulty is that there is mixed alpha and num characters, with variable lengths.
The aim is to have an "natural" sorting.
AAA112-BBB3
AAA113-BBB2
ABA111-AA10
Can anyone help ?
Thank you !!