extract-email-address icon indicating copy to clipboard operation
extract-email-address copied to clipboard

Added function to decode html URL's like mailto:

Open felipehertzer opened this issue 4 years ago • 1 comments

added decode to normalize strings that come html encoded. I.e. %3C test%40test.com%3E" goes to < [email protected]>

felipehertzer avatar Jan 27 '21 04:01 felipehertzer

Thanks. Need to have tests.

gajus avatar Jan 28 '21 00:01 gajus