Tuesday, July 23, 2013

Split String into Fixed Length chunks using Java

I needed to split a large string into fixed length chunks of equal size using Java Apart from the regular method of looping and doing a substring for the required length, I was wondering in what other way was it possible to achieve the same. Of course, it's Mr. Regex to the rescue for this task at hand! Here was the regex I used to do this:
String largeString = "This is a very large and totally useless and meaningless string";
int chunkLength = 5;
String[] chunks = largeString.split("(?<=\\G.{" + chunkLength + "})");
System.out.println("Number of chunks: " + chunks.length); // Should print 13
System.out.println("Chunk size: " + chunks[0].size()); // Should print 5 == chunkLength
The regular expression is a Positive Look-Behind looking for any chunkLength characters beginning at the position where the last match ended. So the first time around, it matches the beginning of the string and then after that, it keeps matching every set of chunkLength characters.
This makes me think I should write a more detailed post about regular expressions, especially on Look-Ahead and Look-Behind - stay tuned!

36 comments:

  1. Very interesting blog which helps me to get the in depth knowledge about the technology, Thanks for sharing such a nice blog..
    Java Project Center in Chennai | Java Project Center in Velachery | Java Projecs in Perungudi

    ReplyDelete
  2. Very interesting blog which helps me to get the in depth knowledge about the technology, Thanks for sharing such a nice blog..
    Java Project Center in Chennai | Java Project Center in Velachery | Java Projecs in Perungudi

    ReplyDelete
  3. Awesome Blog with informative concept. Really I feel happy to see this useful blog, Thanks for sharing such a nice blog.
    Java Project Center in Chennai | Java Projects Center in Velachery | Java Projects in Perungudi

    ReplyDelete
  4. Very interesting, good job and thanks for sharing such blog. It is very interesting to read. Its pretty good and well noted.
    Cloud Computing Project Center in Chennai | Cloud Computing Projects in Velachery

    ReplyDelete
  5. Thanks for sharing this information, it helped me a lot in finding valuable resources for my career
    Java Training Institute in Chennai | Java Training Center in Velachery | java Training in Chennai

    ReplyDelete
  6. Excellent post... Thank you for sharing such a informative and information blog with us.keep updating such a wonderful post..
    MicorSoft Azure Training Institute in Chennai | Azure Training Center in Chennai | Azure Certification Training in velachery | Online Azure training in Velachery

    ReplyDelete
  7. AllTechz Solutions provides real-time and placement focused Cisco CCNA training in Velachery Chennai . ATS’s CCNA certification course includes basic to advanced level and our Cisco CCNA course is designed to get the placement in good MNC companies in Chennai as quickly as once you complete the CCNA networking training course. ATS’s Cisco CCNA trainers are Cisco certified experts and experienced working professionals with hands on real time multiple CCNA projects knowledge. If you have any idea to join a job in the network industry,CCNA certification by CISCO will be the right choice. ATS’s CCNA Course in velachery will sharpen students knowledge about how to improve the productivity of the network and minimize network errors. CCNA also provide the candidates with a higher pay scale. So come and join CCNA training in Velachery.

    ReplyDelete
  8. AllTechz Solutions provides real-time and placement focused Cisco CCNA training in Velachery Chennai . ATS’s CCNA certification course includes basic to advanced level and our Cisco CCNA course is designed to get the placement in good MNC companies in Chennai as quickly as once you complete the CCNA networking training course. ATS’s Cisco CCNA trainers are Cisco certified experts and experienced working professionals with hands on real time multiple CCNA projects knowledge. If you have any idea to join a job in the network industry,CCNA certification by CISCO will be the right choice. ATS’s CCNA Course in velachery will sharpen students knowledge about how to improve the productivity of the network and minimize network errors. CCNA also provide the candidates with a higher pay scale. So come and join CCNA training in Velachery.

    ReplyDelete
  9. “Superb!” Very Creative.... You have done really great job. It’s really useful to everyone .Thanks for share your kind information.
    JAVA Training Institute in Velachery | JAVA Training Institute in Chennai

    ReplyDelete
  10. Awesome post…It is really very interesting to read. I am a regular follower of your blog. Really very informative post you shared here. Kindly keep blogging.


    Python Training Institute in Velachery | Python Training Institute in Chennai

    ReplyDelete
  11. Nice post.. Its really an amazing with informative information and useful for everyone. Thanks for sharing your wonderful article..

    AWS Certification in Chennai | AWS Exam Center in Chennai | AWS Exams in Velacheri | AWS Online Exams in Velachery | Online Certification in Chennai

    ReplyDelete
  12. Really it was an awesome article...very interesting to read. You have provided an nice article....Thanks for sharing..
    MBA Project Center in Chennai | MBA Projects in Velachery

    ReplyDelete
  13. Really nice blog.. Thanks for posting this interesting article with us
    AWS Certification in Chennai | AWS Exam Center in Velachery

    ReplyDelete
  14. Nice post... Really you are done a wonderful job. Thanks for sharing such wonderful information with us. Please keep on updating...
    Advanced & Core JAVA Training in Chennai |
    Python Training in Chennai|
    AWS Training in Chennai|
    Certified Ethical Hacking Training in Chennai|
    Linux Training in Chennai |

    ReplyDelete
  15. Thank you so much for sharing your nice post with us.. keep updating..
    GMAT Test Center in Chennai | GMAT Test Center in Velachery

    ReplyDelete
  16. Very Informative blog thank you for sharing. Keep sharing.

    Best software training institute in Chennai. Make your career development the best by learning software courses.

    php training in chennai
    uipath training in chennai
    rpa training in chennai

    ReplyDelete