Element validation.IPAddress
- Substitution Groups:
-
validation.IValidator
Validator that checks that the input is recognized as a well formed ip address.
Valid examples:
- 192.168.1.1
- 195.167.1.119
- 255.255.255.255
Unvalid examples:- 010.0.0.0
- 195.167.01.119
- 256.20.55.23