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?