x Did you like it? Well, then please consider making a donation :)

Regex Tag - regexp

IP Address (IPv4) Regex .NET

Regular expressions are very commonly used by any developer no matter what language he's writing his program. Today I'll show the most useful Regex that sooner or later you will need them. For c# or vb.net. You want to check whether a certain string represents a valid IPv4 address in 255.255.255.255 notation. Optionally, you want to convert this address into a 32-bit integer.

Type: match, Date: 7/28/2015 11:40:12 AMAuthor: stackoverflow