lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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