EmailAddressRegex
Represents a regular expression for validating email addresses.
For creating an instance of this type, see the factory functions provided by the EmailAddressRegex.Companion type.
Types
Link copied to clipboard
object Companion
Contains static declarations for the EmailAddressRegex type.
Functions
Link copied to clipboard
Returns true
if the other object is an instance of EmailAddressRegex with the same string representation, or returns false
otherwise.
Link copied to clipboard
Returns true
if the specified text matches this regular expression, or returns false
otherwise.