[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Legal first non-blank characters in a Lua chunk
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sat, 18 May 2013 11:32:11 +0200
2013/5/18 TNHarris <telliamed@whoopdedo.org>:
> On Saturday, May 18, 2013 02:15:48 AM Dirk Laurie wrote:
>> The way I read the Lua syntax table, any string which fails
>> to match one of
>> {"^%s*[A-Za-z_;%(]", "^%s*%-%-", "%s*::"}
>> cannot be a valid Lua chunk. Is this correct?
>
> Also "^%s*$"
>
Aha. My message and my subject did not match. :-(