lua-users home
lua-l archive

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


On 5/11/19, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> The Lua solution is two-pronged:

> (a) for everyday use, the string matching library is concise and easy;

not quite, it lacks an OR ''|" operator.

> (b) for complex parsing-type applications, load LPEG.
> Besides being a Lua-ish extension, it is more powerful than regex.

should be builtin then IMO.
build in LPEG, build out regex. ;-)