I'm trying to extract links from a text like this:
const text = "Hello this is my url (https://www.miurl.org/en/test) googbye"
text.match(urlRegex({strict: false}) // ["https://www.uclg.org/en/node/27407)"]
It includes the last parenthesis as part of the link
Hi!
I'm trying to extract links from a text like this:
It includes the last parenthesis as part of the link