Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~122 People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for epoe

Hi everyone, I need to parse a text file based on a few delimiters. There are 2 problems I am having. I'll start with the first problem. I have no problem using the split () method to parse text by a single delimiter. For example: [CODE]String[] str = stringRead.split(":");[/CODE] However, …

Member Avatar for javaAddict
0
122