79396541

Date: 2025-01-29 11:22:05
Score: 4
Natty:
Report link

You can try with the following regex:

r"\b[A-Z][a-z]+(?:[-'][A-Z][a-z]+)?(?:\s[A-Z][a-z]+(?:[-'][A-Z][az]+)?)*\s[A-Z][a-z]+\b"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Navya Vedulla