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 tests for email reply level situations #11

Closed andyklimczak closed 7 years ago

andyklimczak commented 7 years ago

Hey, great library!

We're using it in a situation where we deal with a lot of Reply level style strings. Added reply level tests to ensure they don't break in the future.

Thanks!

robinst commented 7 years ago

Thanks! Glad the library was useful :).