[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to translate lua pattern "(.*)and(.*)" with lpeg re ?
- From: Sean Conner <sean@...>
- Date: Sat, 20 Jan 2018 21:33:05 -0500
It was thus said that the Great Sean Conner once stated:
>
> I'm thinking the input is something like:
>
> this and that and the other
>
> and albertmcchan wants
>
> "this and that" "the other"
>
> but not
>
> "this" "and that and the other"
Oops. This should be:
"this" "that and the other"
-spc