I don't have any ideas how to do this so if there's anyone who can help me...
I have a string that can be like 12487299823749874
(length may vary)
I need to modify that string so that those numbers are like 5 numbers and a space and then next the five and a space and... starting from RIGHT (to left).
So the above should look like
12 48729 98237 49874
Anyone? Thanks!
I have a string that can be like 12487299823749874
(length may vary)
I need to modify that string so that those numbers are like 5 numbers and a space and then next the five and a space and... starting from RIGHT (to left).
So the above should look like
12 48729 98237 49874
Anyone? Thanks!
Comment