79723891

Date: 2025-08-03 08:46:47
Score: 1
Natty:
Report link

Here's a regex

^-?(?:[1-9]\d*|0)\.(?:0{9}|[0-9]{0,8}[1-9])$

Then just post-filter -0.000000000 in code, since regex alone (without lookaround) can't exclude that exact case.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adel Alaa