Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 196 Bytes

File metadata and controls

5 lines (4 loc) · 196 Bytes

Regex for matching ipv4 address

^([1-9]?\d|1\d\d|2[0-4]\d|25[0-5])\.([1-9]?\d|1\d\d|2[0-4]\d|25[0-5])\.([1-9]?\d|1\d\d|2[0-4]\d|25[0-5])\.([1-9]?\d|1\d\d|2[0-4]\d|25[0-5])$