Greetings folks.
A quick question and probably quite simple for a lot of guys out there.
I have a string that could be anywhere between 15 to 20 characters ( Not a fixed length )
I want it to be split into 3 segments.
Segment 1 : 123456 ( 6 digits )
Segment 2 : Everything else in the string from where Segment 1 ends (+1) and Segment 3 begins (-1).
Segment 3 : 1234 ( 4 digits )
Any help is appreciated !
Thanks