You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to extract links from a text like this:
It includes the last parenthesis as part of the link
The text was updated successfully, but these errors were encountered: