On Tue, May 25, 2010 at 10:56:06AM +0200, Moritz Lenz wrote:
> 10:53 <@moritz_> rakudo: say 'c' ~~ /<[\x03c0]>/
> 10:53 <+p6eval> rakudo 10a321: OUTPUT«c␤»
> 10:55 <@moritz_> rakudo: say '0' ~~ /<[\x03c0]>/
> 10:55 <+p6eval> rakudo 10a321: OUTPUT«0␤»

Actually, I don't think Rakudo understands \x notation 
in character lists at all yet.  

12:31 <pmichaud> rakudo:  say '3' ~~ /<[\x03c0]>/
12:32 <p6eval> rakudo 10a321: OUTPUT«3␤»

(The alpha branch understood \x, but the character class code 
was completely redesigned in the newer branch and this piece 
hasn't been restored yet.)

Pm

Reply via email to