in reply to Re: Match operator giving unexpected output (source)
in thread Match operator giving unexpected output

Hi anonymous
Thanks for asking.
My expectation is naive in the sense that when variable value is unchanged why is the
match operator not matching all occurrences of substring from the beginning of string.
But as per the link provided by Athanasius, pos() function would either return the current matching offset or
can be set the offset to influence the next matching operation.
Because of this discussion, I got to learn a new function.
  • Comment on Re^2: Match operator giving unexpected output (source)