aspose file tools
The moose likes Beginning Java and the fly likes how to parse this string ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "how to parse this string ?" Watch "how to parse this string ?" New topic
Author

how to parse this string ?

Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
for example, I have a line of String, I know the format is

char from 0 - 40 is ID;
char from 41 - 50 is Name;
....

how to parse this string ?

Thanks.
Monu Tripathi
Rancher

Joined: Oct 12, 2008
Posts: 1365

take a look at this


[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
Nishan Patel
Ranch Hand

Joined: Sep 07, 2008
Posts: 676

And if you match some specific patterns then read this link Regex pattern will help you.

Read this Regex Pattern


Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to parse this string ?
 
Similar Threads
Missing characters with SAX Parser
String..
Network byte order
method overloading ???
Sending XML data to webservice