ruby %w equivalent

MonkeeSage MonkeeSage at gmail.com
Mon Sep 25 17:03:28 EDT 2006


hg wrote:
> But today ? what is the cost of replacing %w("blah blah") by
> Hi_I_Want_To_Split_The_String_That_Follows( "blah blah")

How about r'blah', u'blah', """blah""", and '''blah'''. :)

Regards,
Jordan




More information about the Python-list mailing list