Using the experimental branch is here what I get:

$ macruby -e 'puts ("aA0ƒz" =~ /\x41/).inspect'
=> 1

$ macruby -e 'puts ("aA0ƒz" =~ /z/).inspect'
5


- Matt


On Thu, Jul 2, 2009 at 3:45 AM, Renzo Borgatti <[email protected]> wrote:

> Sorry, the AT was escaped, another similar example is:
> puts ("aA0ƒz" =~ /\x41/).inspect
>
> searching for the uppercase A.
>
> _______________________________________________
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to