twitter-archive / twitter-text-rb

A library that does auto linking and extraction of usernames, lists and hashtags in tweets
613 stars 133 forks source link

Autolink drops capitalization #94

Closed veesahni closed 10 years ago

veesahni commented 11 years ago

Using 1.6.1:

>  Twitter::Autolink.auto_link("@Bob hello")
=> "@<a class=\"tweet-url username\" href=\"https://twitter.com/bob\" rel=\"nofollow\">bob</a> hello"

Is there a reason why Autolink would drop capitalization?