RegexValidatorsExtension extension
A set of extensions for String for regex validations.
- on
Properties
- isCnpj → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Whether is a valid cnpj. Special characters are ignored.no setter - isCpf → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Whether is a valid cpf. Special characters are ignored.no setter - isCreditCard → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Returnstrueif this String is a valid Credit Card.no setter - isEmail → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Returnstrueif this String is a valid email.no setter - isHttpUrl → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Returnstrueif this String is a valid url with HTTP/HTTPS protocols.no setter - isPhone → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Whether is a valid phone number.no setter - isUrl → bool
-
Available on String, provided by the RegexValidatorsExtension extension
Returnstrueif this String is a valid url. Ignores HTTP protocols.no setter