File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ autolink-java
22=============
33
44Java library to extract links such as URLs and email addresses from plain text.
5- Fast, small and tries to be smart with matching (text is hard) .
5+ Fast, small and smart about recognizing where links end .
66
77Inspired by [ Rinku] ( https://github.com/vmg/rinku ) . Similar to it, regular
88expressions are not used. Instead, the input text is parsed in one pass with
Original file line number Diff line number Diff line change 88
99 <name >autolink-java</name >
1010 <description >
11- Java library to extract links (URLs, email addresses) from plain text; fast, small and hopefully smart
11+ Java library to extract links (URLs, email addresses) from plain text;
12+ fast, small and smart about recognizing where links end
1213 </description >
1314 <url >https://github.com/robinst/autolink-java</url >
1415
You can’t perform that action at this time.
0 commit comments