From: Boris Glawe Date: 2005-05-19T08:40:13+09:00 Subject: accessing each character of a string Hi, my problem is obviously very basic, but how to I acces for example the third character of the string "hello" ?? The [] method does not behave as expected, the each method returns the whole string, the methods of Enumerable mixin don't help me... This can't be that hard to solve!? thanks Boris