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

Exception will throw when instagram regex is used to parse @. as mention string #212

Open RJ-software-outsourcing opened 7 years ago

RJ-software-outsourcing commented 7 years ago

@. happen to break Autolinker if its configured as {mention:"instagram"}

2017-04-23 12 35 19

RJ-software-outsourcing commented 7 years ago

BTW, are we able to customize our own regex for mention? Twitter has a length restriction and instagram is having the @. issue. Thanks!

tangkunyin commented 7 years ago

@catsass19 Have you customize regex success?