From: shinya Date: 2005-12-20T18:52:47+09:00 Subject: iterate chars in a string Hi there! I'm a ruby newbie, and I'm searching for a way to iterate every char in a string, but I cannot find any easy way. My problem is to look at every char in a string and match it with some known letter. I use the String#each_byte iterator for now, but it still be a poor solution :/ Thanks, shinya.