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

Add extractLinksToListOfStrings and security change in extractLinks m… #1

Closed technateNG closed 9 years ago

technateNG commented 9 years ago

…ethod.

robinst commented 9 years ago

Thanks for taking the time to submit this pull request. See my comments. The Travis build error is due to an API compatibility check, I'll fix that myself.

Also, please add some tests for this new method.