in reply to Re: Making regex /g match continuously
in thread Making regex /g match continuously

That would work, but the problem is that the $1, $2, $3 variables will only be set to (IIRC) the last values. So if you want to just test if the value matches, that's fine, but if you want to do something with the values, it's not as useful.
  • Comment on Re^2: Making regex /g match continuously