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 quotation marks to loose url regex #50

Closed atillaturkmen closed 1 year ago

atillaturkmen commented 2 years ago

Adds quotation characters to loose url regex for cases such as example.com/over/there?name="ferret" Related to #49