whats the simplest way to iterate the chars of a string in java?
anyone? anyone at all?
..failing this Ill actually have to look at some documentation, and that just sounds tiring..
you crack me up.
try .charAt(index)
March 10th, 2007 6:32pm
that's as bad as jingledingles.
March 11th, 2007 3:27am
Have you tried using StringCharacterIterator?