Extracting URL's from String - Regexextract

Hi there!

I’ve been trying to pull URL’s out of a text string but I can only pull one result so far. The goal is to make this work even if the string contains multiple urls… Here’s what I did:

If anyone knows how to do this, this will help so much! Thanks in advance :pray:

Hello there @Jay_Lefebvre!

Would you mind changing the access to the doc so we can see your file? Thanks!

Share a document publicly

1 Like

Done! Sorry for that :man_facepalming: @Saul_Garcia

Add the g (global) flag as the second argument:

image

2 Likes

Thank you! @Paul_Danyliuk