robinst / autolink-java

Java library to extract links (URLs, email addresses) from plain text; fast, small and smart
MIT License
207 stars 40 forks source link

Treat more special characters as trailing delimiters (#3) #4

Closed robinst closed 8 years ago

robinst commented 8 years ago

Together, these new rules result in ">, "/> and "); to be excluded at the end of links, while hopefully not messing with the overall heuristics too much.