I have to arrays (which contents has a relation). One is filled with integers and the other is filled with string.
The string syntax is as follows "X_8","X_5", "X_3", "X_10" etc.
Both arrays need to be sorted numerically but compared to the string. So I need to get it sorted like:
"X_1","X_3",X_4","X_10" etc.

how do I do this