in reply to Re^6: Regex for matching n-fold repititions of arbitrary characters
in thread Regex for matching n-fold repititions of arbitrary characters

I didn't say m//g in scalar context outside a loop is wrong. I said it's usually wrong. I said the code he used was wrong.

And I bet his tokenizers used /c too

  • Comment on Re^7: Regex for matching n-fold repititions of arbitrary characters