Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

The Regex will validate some email addresses. Because the Domain Name System allows UniCode. the Regex does not match all valid characters in the Doman Name. Therefore it will not validate all valid email addresses.

###Alternatives:

Alternatives:

Validating over all allowable Unicode with Regex in a meaningful way is non-trivial.

  1. Sending a confirmation email requiring reply is a straight-forward method for validating email procedurally.

  2. When possible, not collecting email addresses at all is easy to implement.

The Regex will validate some email addresses. Because the Domain Name System allows UniCode. the Regex does not match all valid characters in the Doman Name. Therefore it will not validate all valid email addresses.

###Alternatives:

Validating over all allowable Unicode with Regex in a meaningful way is non-trivial.

  1. Sending a confirmation email requiring reply is a straight-forward method for validating email procedurally.

  2. When possible, not collecting email addresses at all is easy to implement.

The Regex will validate some email addresses. Because the Domain Name System allows UniCode. the Regex does not match all valid characters in the Doman Name. Therefore it will not validate all valid email addresses.

Alternatives:

Validating over all allowable Unicode with Regex in a meaningful way is non-trivial.

  1. Sending a confirmation email requiring reply is a straight-forward method for validating email procedurally.

  2. When possible, not collecting email addresses at all is easy to implement.

Source Link
ben rudgers
  • 2.7k
  • 13
  • 23

The Regex will validate some email addresses. Because the Domain Name System allows UniCode. the Regex does not match all valid characters in the Doman Name. Therefore it will not validate all valid email addresses.

###Alternatives:

Validating over all allowable Unicode with Regex in a meaningful way is non-trivial.

  1. Sending a confirmation email requiring reply is a straight-forward method for validating email procedurally.

  2. When possible, not collecting email addresses at all is easy to implement.

lang-rb

AltStyle によって変換されたページ (->オリジナル) /