lua-users home
lua-l archive

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


On 23 October 2017 at 14:36, Sean Conner <sean@conman.org> wrote:
>   I'm thinking there's not anything that Lua patterns do that you can't do
> in LPeg

I did once sit down and rewrite the lua pattern matching functions using lpeg.

If I recall correctly, the only thing I couldn't figure out was the
`n` argument to string.gsub.