php-unique-gmail-address icon indicating copy to clipboard operation
php-unique-gmail-address copied to clipboard

WIP: Refactor to individual rules

Open imliam opened this issue 3 years ago • 1 comments

Refactors the code to use a rule-based approach where every rule is its own class that can do two things to the current email address; normalize it, and build a  regex it.

This is currently just a first pass based on the discussion in #1

imliam avatar Sep 12 '20 19:09 imliam

@imliam This is my first take on the matter: https://github.com/szepeviktor/unique-email-address Includes a Gmail class for you.

szepeviktor avatar Sep 13 '20 00:09 szepeviktor