79361649

Date: 2025-01-16 12:57:39
Score: 1.5
Natty:
Report link

The accepted answer is incorrect. It misses characters like ý and Ý, ć and Ć and many others.

I believe this works, but I haven't fully tested it:

text.match(//[A-ZÀ-Ž]/u);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Neonnaut