79308811

Date: 2024-12-26 06:32:50
Score: 1.5
Natty:
Report link
  1. start and the end of the string anchors (^$)
  2. first group (tac|tictac)+
  3. second group: (tac){2,}
  4. literal "tictac"
  5. last group (tac|tac|^)

^(tac|tictac)+(tac){2,}tictac(tac|tac|^)

test it here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ECC Admin