autolink-java icon indicating copy to clipboard operation
autolink-java copied to clipboard

Java library to extract links (URLs, email addresses) from plain text; fast, small and smart

Results 3 autolink-java issues
Sort by recently updated
recently updated
newest added

Thanks for your library. Would you consider adding a `LinkType` for just domains (eg: `example.com`)? There are some cases where this is considered a link and needs to be detected/extracted...

help wanted

Hello! I am working on getting the Discourse app to run in JRuby, and need to replace its dependency on rinku. There are two ways we typically do this: *...

Version `0.10.1` was published with Java 7 as baseline. ``` $ jarviz bytecode show --gav org.nibor.autolink:autolink:0.10.1 subject: autolink-0.10.1.jar Unversioned classes. Bytecode version: 51 (Java 7) total: 19 ``` Version `0.10.2`...