Saluton! * Yukihiro Matsumoto <matz / ruby-lang.org>; 2003-04-08, 12:49 UTC: > /a]/ > > The closing bracket is not part of character class; should be > escaped, warning. Great. For me this has a nice advantage: I use a Dutch keyboard layout where ']' and '[' are on one key; former without latter with shift - not the other way round. It therefore sometimes happens that I enter /]a-b[/ while it should read /[a-b]/ Ruby now will warn me about that :-) Gis, Josef 'Jupp' Schugt