StringValidators extension

on

Properties

isEmail bool

Available on String, provided by the StringValidators extension

Returns true if string matches Email format.
no setter
isIPv4 bool

Available on String, provided by the StringValidators extension

Returns true if string matches IPv4 format.
no setter
isIPv6 bool

Available on String, provided by the StringValidators extension

Returns true if string matches IPv6 format.
no setter
isISBN bool

Available on String, provided by the StringValidators extension

Returns true if string matches ISBN format.
no setter
isPhone bool

Available on String, provided by the StringValidators extension

Returns true if string matches IPv6 format.
no setter