79137065

Date: 2024-10-29 11:51:13
Score: 1
Natty:
Report link

Here is a short concise and easy-to-read regex with 34 characters:

^(25[0-5]|2[0-4]\d|[01]?\d\d?\.?){4}$ 

This is matching only numbers between 0 to 255.

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