From: matz@... (Yukihiro Matsumoto) Date: 2001-04-18T00:22:14+09:00 Subject: [ruby-talk:13760] Re: range in regexp Hi, In message "[ruby-talk:13744] range in regexp" on 01/04/17, ts writes: | /[z-\d]/ # 012346789 | /[\d-z]/ # -012346789z | | normal ? Hmm, I think both sould be invalid, whereas Perl consider them as [-z0-9]. matz.