Posted by Frank Hale on 1999-11-01
> First thing you want to do is create a > BufferedReader class. This allows > you to read a line from a file at a time, and you > will need the > StringTokenizer class which specializes in cutting > out words deliminated > by spaces and white space. For more information see > the java > documentation provided by sun, where there is more > info and some > good examples. Does Java have string manipulation functions like Perl does? For instance it is very simple to parse files in Perl based on regular expressions. Is there methods for doing this same stuff in Java? __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com
Previous post | Next post | Timeline | Home