Closed sunnybogawat closed 11 years ago
My mention string has hyphen in between when I am trying to create link it break because of '-'.
mention_str = "sunny-b" puts Twitter::Autolink.auto_link(mention_str, :username_include_symbol => true)
O/P - sunny-b with invalid URL
Hyphens can't be in @mentions or @usernames Should be working correctly
My mention string has hyphen in between when I am trying to create link it break because of '-'.
mention_str = "sunny-b" puts Twitter::Autolink.auto_link(mention_str, :username_include_symbol => true)
O/P - sunny-b with invalid URL