Thread: parsing problem
View Single Post
  #1 (permalink)  
Old 05-29-2008, 11:16 AM
Pooja Deshpande Pooja Deshpande is offline
Member
 
Join Date: Apr 2008
Posts: 12
Pooja Deshpande is on a distinguished road
parsing problem
Hi All,

I want to parse a .java or .txt file and store the contents in some data structure, say an array or linked list. using java.util.regex is the correct option or is there any other better option to do the same? the contents generated out of this parsing would be huge.

thanks in advance!

Regards,
Pooja
Reply With Quote
Sponsored Links