[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multiple captures with patt/function in LPEG
- From: Paul K <paul@...>
- Date: Fri, 29 Aug 2014 07:07:35 +0000
> try this? lpeg.match(((lpeg.Cp() * lpeg.C(lpeg.R('04'))) / print)^1, "4123")
Indeed; that fixes it. Thank you.
Paul.