in reply to Re^5: zero-length match increments pos() (anti-greedy)
in thread zero-length match increments pos()

Ok, thanks for the clarification. For the record im _kinda_ looking in to this and we will see where it gets.

Im going to see what I can do to forbid a zero length match from ending where the previous non zero match ended. I make no promises tho.

---
$world=~s/war/peace/g

  • Comment on Re^6: zero-length match increments pos() (anti-greedy)