It was thus said that the Great Dirk Laurie once stated: > 2014年11月12日 5:58 GMT+02:00 <meino.cramer@gmx.de>: > > > Or is that a typical question of someone, who is still under the bad > > influence of regexps? > > LPEG comes with re.lua, which makes life easier for > people who already are proficient with regexps. I use re.lua extensively in some parsers I wrote: https://github.com/dlaurie/lua-notes/blob/master/lpeg-brief.txt Also, there's Dirk's notes about using LPeg, which will help as well: https://github.com/dlaurie/lua-notes/blob/master/lpeg-brief.txt -spc