HI, i need to order a list in PHP that looks like: B1200 120A81 00A12 00A22 C100B C100C
ordered list would be: 00A12 00A22 120A81 B1200 C100B C100C
I was thinking about splitting each line in multidimensional arrays and order it but i am stuck and maybe theres a completely different way for that.
Thanks!