79537307

Date: 2025-03-26 21:33:34
Score: 1
Natty:
Report link

I'd check this using regex like this:

"MYabcVaLUe".matches( "^[a-fG-Z]+$") // true
"JaCKsoN".matches( "^[a-fG-Z]+$") // false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arno