[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convert Pattern of String into Table with Values
- From: Billy Peacock <spooky_loco_pv@...>
- Date: Sun, 3 Feb 2013 17:52:14 +0000 (UTC)
Duncan Cross <duncan.cross <at> gmail.com> writes:
>
> On Sun, Feb 3, 2013 at 5:14 PM, Billy Peacock <spooky_loco_pv <at> yahoo.com>
wrote:
> > If anyone has any input on how to help me, i would appreciate it alot
>
> Is it possible for you to use the C module LPEG [1] for this? If so it
> may be a better choice than Lua's standard string pattern matching,
> though it does have a tricky learning curve of its own.
>
> [1] http://www.inf.puc-rio.br/~roberto/lpeg/
>
> -Duncan
>
>
Hi, thanks for your reply. I've never used LPEG before. It does seem like it
would have a tricky learning curve. But i can try