lua-users home
lua-l archive

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


It was thus said that the Great Dirk Laurie once stated:
> 2014-08-22 4:54 GMT+02:00 Sean Conner <sean@conman.org>:
> > It was thus said that the Great Thiago L. once stated:
> >> I think you didn't escape `that`
> >   You know ... I forgot about that feature of LPeg.  Sigh.
> 
> Are you referring to "The sequence %% stands for a single %. "?

  I forgot that when you do:

	pattern / "string"

that "string" could contain backreferences in the form of "%1, %2".  It's
not a feature I use that often in LPeg.

  -spc