Ipv4Validator

The value must be a strict dotted-decimal IPv4 address: four octets 0..255, no leading zeros (192.168.001.1 is rejected — leading zeros are ambiguous octal).

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun validate(value: String): String?