in reply to Re^2: Regex to match ascending sequence
in thread Regex to match ascending sequence

I think that it is to be expected with left-most, longest. It would find the 1, not find a 2 after it and quit, without seeing that there is a 012 later.
  • Comment on Re^3: Regex to match ascending sequence