[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convert Pattern of String into Table with Values
- From: Duncan Cross <duncan.cross@...>
- Date: Sun, 3 Feb 2013 17:29:37 +0000
On Sun, Feb 3, 2013 at 5:14 PM, Billy Peacock <spooky_loco_pv@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