lua-users home
lua-l archive

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


On Sat, Apr 6, 2013 at 1:26 AM, Sean Conner <sean@conman.org> wrote:
>   Yes, it works now.
Cool :-)

>   -spc (Waiting for it to handle captures ... 8-)
I'll get around to it, but I have something else on the stove right now.

FWIW, your pattern looks like this (I use a ~prefix notation):

*
  P": foo="
  1 ^ R( 09 )
  0 ^ P" "
  P"bar="
  1 ^ R( 09 )
  0 ^ P" "
  P"baz="
  1 ^ R( 09 )
  0 ^ P" "
  P"foobar="
  1 ^ R( 09 )
  0 ^ P" "