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
2
2
=============
3
3
4
4
Java 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 .
6
6
7
7
Inspired by [ Rinku] ( https://github.com/vmg/rinku ) . Similar to it, regular
8
8
expressions are not used. Instead, the input text is parsed in one pass with
Original file line number Diff line number Diff line change 8
8
9
9
<name >autolink-java</name >
10
10
<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
12
13
</description >
13
14
<url >https://github.com/robinst/autolink-java</url >
14
15
You can’t perform that action at this time.
0 commit comments