Regex - Validate IP

by Luke 2. November 2011 21:39

I was just doing some validation for a WOL application I'm making and needed to verify the IP was correct, here's my approach. I'm wondering if it could be any shorter / more efficient?

 

([0-2]?[0-9]{1,2}\.){3}([0-2]?[0-9]{1,2})

Tags: ,

.NET Development

About the author

Luke is a computer programmer from England with a keen interest in .NET development.