Forum: Java
Jan 17th, 2005, 12:41 AM
|
|
Replies: 5
Views: 424
|
Forum: Java
Jan 14th, 2005, 7:45 PM
|
|
Replies: 5
Views: 424
Well, my program is significantly more...
Well, my program is significantly more complicated than the one you linked to. While the program didnt mention anything of a non letter delimiter, I do see that the Character class has a isLetter()...
|
Forum: Java
Jan 14th, 2005, 2:38 AM
|
|
Replies: 5
Views: 424
Delimiter Fun
Im writting a program that count words in a text file and the delimiter needs to be any non alphabetic character. Is there a call that will give me this?
Thanks for your help.
|