79405634

Date: 2025-02-01 20:27:51
Score: 5
Natty: 5.5
Report link

How can I make this pattern work in python

(.)\1(?!\1)

I want to use this pattern to find

"aa" in the string

"aabccc" but not "ccc"

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: KLee