79762688

Date: 2025-09-12 08:38:29
Score: 0.5
Natty:
Report link

The given solutions are wrong as it will match the following and come with a wrong result:

ABCD

ABCDE

It will duly delete both ABCD and leave the E

The correct solution is: (obvioulsy first sort the whole file alphabetically)

^(.*)(\R\1)+\R

and replace with blank (i.e. nothing)

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user3211098