79781986

Date: 2025-10-03 16:50:23
Score: 2.5
Natty:
Report link

Your regex code works in online testers like PCRE engine.

But not in stringer because R uses the ICU regex engine, which does not preserve captures inside quantified grpups like (?: ...){n}.

As a result, only the last iteration is kept.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: DIPAK HALKUDE