Date: 2025-03-07 18:04:29
Score: 1.5
Natty:
This one worked for me (integer numbers only):
([1-9][0-9]+|[1-9])
https://regexr.com/3annd
Reasons:
- Whitelisted phrase (-1): worked for me
- Probably link only (1):
- Low length (1.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Luis Talora