B
Beenish Sahar Khan
I have a string in following format ,
XXdd XXX
Where X exists b/w. A - z
d exists b/w. 0 - 9
I want to format them in the following manner,
xxdd xxx
xx dd xxx
xxd dxxx
xx ddxxx
xxddx xx
x xddxxx
x xdd xxx
xxd d xxx
xxdd xx x
xxdd x xx
xxx dd xx x
xxx ddx x x
is there any simple and easy way through which i can convert a single string
into multiple strings of my desired format.
regards,
Beenish Khan
XXdd XXX
Where X exists b/w. A - z
d exists b/w. 0 - 9
I want to format them in the following manner,
xxdd xxx
xx dd xxx
xxd dxxx
xx ddxxx
xxddx xx
x xddxxx
x xdd xxx
xxd d xxx
xxdd xx x
xxdd x xx
xxx dd xx x
xxx ddx x x
is there any simple and easy way through which i can convert a single string
into multiple strings of my desired format.
regards,
Beenish Khan