From: globalrev Date: 2008-05-08T11:10:08+09:00 Subject: Re: Check if char in string? this way: if str[x].chr =~ /[aeiouy]/ i can see if a char is any of the chars aeioyu but i want to see if its not... if str[x].chr !=~ /[aeiouy]/ doesnt work though... and why cant i print [ in the windows ruby prompt?