That seems to generate a "variable length lookbehind not
implemented" error :( Also, I don't understand why we are
looking *behind*, don't we want to test the second string
character with look *ahead* ? If so, how do we confine
the lookahead test to only the *next* character ? Doesn't
it look all the way to the end of the string ?
Thanks, Scott.