Skip to content

Releases: effectra/email-address-formatter

v1.0.1

03 Oct 06:36

Choose a tag to compare

🔹 [addressValidation] Why this is better:

Works with both "Name " and just "email".

Doesn’t break if no < > is found.

Uses filter_var which is reliable for email syntax validation.

Avoids undefined $matches[2].

🔹 [emailValidation] Why better:

More concise.

Still clear and readable.

Avoids unnecessary if/else.

v1.0.0

02 Oct 20:18

Choose a tag to compare

add extention to README file