Cretezy / linkify

Low-level link (text, URLs, emails) parsing library in Dart
https://pub.dartlang.org/packages/linkify
MIT License
62 stars 50 forks source link

Add excludeLastComma flag to LinkifyOptions or improve regex to remove characters at the end of URL #31

Closed brianbhsu closed 3 years ago

brianbhsu commented 4 years ago

Any link with a comma at the end, i.e. ("https://github.com,") will contain the comma in the link. Thus, when the link is launched, the web page will fail to load because the url is not valid.

Cretezy commented 3 years ago

Moving to linkify (underlying parsing library).

Cretezy commented 3 years ago

Closing due to duplication of https://github.com/Cretezy/linkify/issues/25