>>>>> "Ito" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:
Ito> Sun's hitEnd will return true for the latter case. >> >> Weird. I'm not sure what that implies for Scanner... it seems my >> current code must be wrong however. Ito> I used find() and it hit end of input. But match() will NOT hit end Ito> in that case. Ok. How about lookingAt? That's what Scanner currently uses. But, that could also be wrong... it isn't actually working yet :-) Tom