[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string literals lack string methods - why?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 11 Feb 2009 13:29:20 -0200
> print("abcd":match("^%x%x"))
try print(("abcd"):match("^%x%x"))