I think I'm grokking my mistake with the greedy stuff now.
I'll try implementing a couple of your suggestions.
Thanks guys!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any
> Under the ERE implementation in RELENG_8, I'm having
> trouble figuring out how to group and backreference this.
> Given a line, where:
> If AAA is present, CCC will be too, and B may appear in between. If AAA
is not present, neither CCC or B will be present.
> is always present.
> Junk m
On 27/09/2011 03:02, grarpamp wrote:
> Under the ERE implementation in RELENG_8, I'm having
> trouble figuring out how to group and backreference this.
>
> Given a line, where:
> If AAA is present, CCC will be too, and B may appear in between.
> If AAA is not present, neither CCC or B will be pr
On Mon, 2011-09-26 at 22:02 -0400, grarpamp wrote:
> Under the ERE implementation in RELENG_8, I'm having
> trouble figuring out how to group and backreference this.
>
> Given a line, where:
> If AAA is present, CCC will be too, and B may appear in between.
> If AAA is not present, neither CCC o
Under the ERE implementation in RELENG_8, I'm having
trouble figuring out how to group and backreference this.
Given a line, where:
If AAA is present, CCC will be too, and B may appear in between.
If AAA is not present, neither CCC or B will be present.
is always present.
Junk may be pres