All Questions
1 question
0
votes
2
answers
4k
views
Java - How to split strings based on certain length ? [closed]
I want to split this number based on length : 11101204 . Like Division would be 111. Division2=01,Division3=2,Divison 4=04; i.e., 111, 01 , 12, 04 ...I want it to be split in this way and if the ...