gregjacobs / Autolinker.js

Utility to Automatically Link URLs, Email Addresses, Phone Numbers, Twitter handles, and Hashtags in a given block of text/HTML
MIT License
1.48k stars 238 forks source link

buseung.kim@aaa.com is matched URL and Email #207

Closed kbs0327 closed 7 years ago

kbs0327 commented 7 years ago

buseung.kim@aaa.com is email format, and Autolinker match buseung.kim as URL too. The two matches has equal index, so, compactMatches method remove one.

So Autolinker needs to change the order of compactMatches method andremoveUnwantedMatches method.

kbs0327 commented 7 years ago

Reordering compactMatches and removeUnwantedMatches method has problem in mention match.

So, I solve this problem with fixing compactMatches method