flutter_linkify icon indicating copy to clipboard operation
flutter_linkify copied to clipboard

Links placed between parentheses are not parsed correct

Open RutgerVleuten opened this issue 2 years ago • 2 comments

When having a string using the default regex for the UrlLinkifier: "some string with (http://url.com) between parentheses" is parsed as http://url.com) would expect http://url.com excluding the ")".

RutgerVleuten avatar Oct 23 '23 14:10 RutgerVleuten

Same problem here, is there any way to fix this ?

Lilian-C avatar Jun 04 '24 15:06 Lilian-C