Grab the referenced PR and try to build it. Let me know if that doesn't work, -Brian
On Fri, Jan 26, 2018 at 2:22 AM, Claude Warren <[email protected]> wrote: > Hmmmmm.... I must have something off in my code. as P2 does not imply P1 in > my test code. > > So the end result is that there is no way to say > > "everything below here but not here" > > If it were a regular expression it would be here:[.]+ > > which would match > > here:one > here:two > > but not > > here > > Claude > >
