79306490

Date: 2024-12-24 21:17:20
Score: 1
Natty:
Report link

I use this simple check to tell if there's more than one dash:

if(s.indexOf("-") != s.lastIndexOf("-")){ ...}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shawn Chen