- Thread starter
- #121
Well it is fixed. Simple to fix but staging this test takes about 30 minutes. For those interested, here is what happened.
CraigsList added another hyperlink to their output. So that put another <A> ... </A> block in each listing. If you don't tell the pattern match, it will match "greedy". So, I had to go into my (.*) and make them (.*?) blocks which tells it to consume up to the first and not the last.
Should be good for a while.
Paul
And we had a great time out there in Moab. Did the family hikes and picnics in Arches and Canyonlands. Still found time for Elephant Hill and Salt Creek. I highly recommend Salt Creek down to Castle and Fortress arches btw with wives and kids (should that be wife and kids? Oh heck, it was Utah - leave it wives!).
CraigsList added another hyperlink to their output. So that put another <A> ... </A> block in each listing. If you don't tell the pattern match, it will match "greedy". So, I had to go into my (.*) and make them (.*?) blocks which tells it to consume up to the first and not the last.
Should be good for a while.
Paul
And we had a great time out there in Moab. Did the family hikes and picnics in Arches and Canyonlands. Still found time for Elephant Hill and Salt Creek. I highly recommend Salt Creek down to Castle and Fortress arches btw with wives and kids (should that be wife and kids? Oh heck, it was Utah - leave it wives!).
JPF