On Sun, 28 Sep 2008 14:19:21 -0400 "Hans Hübner" hans@huebner.org wrote:
On Sun, Sep 28, 2008 at 14:02, Matthew D. Swank akopa.gmane.poster@gmail.com wrote:
Is it possible to create a scanner that only matches at the start index?
I might be confused, but isn't '^' what you need?
Probably, I just hadn't thought of it. I could pre-pend a '^' to each choice.
Thanks, Matt