String
extension String
-
Indicates whether this string is a well-formed e-mail address.
The notion of well-formed is to be understood in the sense of the
NSRegularExpression.eMailAddress
constant.Declaration
Swift
public var isWellFormedEMailAddress: Bool { get }
-
Indicates whether this string may be the prefix of a well-formed e-mail address.
The notion of well-formed is to be understood in the sense of the
NSRegularExpression.eMailAddress
constant.Declaration
Swift
public var mayBecomeWellFormedEMailAddress: Bool { get }