Dear all,
I have a string variable, it looks like:
A1B5B3H7D2
Now I need to order it by every two digits. The desirable results will be:
A1B3B5D2H7
Thanks a lot!
I have a string variable, it looks like:
A1B5B3H7D2
Now I need to order it by every two digits. The desirable results will be:
A1B3B5D2H7
Thanks a lot!
Comment