NSRegularExpression

extension NSRegularExpression

E-Mail Handling

  • A regular expression that well-formed e-mail addresses match.

    It is not excluded that some ill-formed e-mail addresses also match this constant. This regular expression is only intended to be an approximation to filter the most obvious errors.

    Declaration

    Swift

    public static let eMailAddress: NSRegularExpression
  • A regular expression that prefixes of well-formed e-mail addresses match.

    The notion of well-formed is to be understood in the sense of the eMailAddress regular expression.

    Declaration

    Swift

    public static let eMailAddressPrefix: NSRegularExpression