in reply to Re: Keeping lookahead assertion from looking to the end of the string?
in thread Keeping lookahead assertion from looking to the end of the string?

After taking another look, I think that the original reason why I wanted to use lookahead expressions was that the "start ... end" strings may be nested, as in the example provided by Limbic~Region. It looks like I'll need to use looping and string manipulation in place of a single regular expression. *sigh*
  • Comment on Re: Re: Keeping lookahead assertion from looking to the end of the string?