Configuration of Text Parser Replace to take out links

Hello,

I have an automation that is receiving newsletter via a RSS.
I have 2 text parser in place. One to transforme html into text
One that need to take out the link of the text ((https://…))
I am strugling on the second one. Can someone help me ? Tks Philippe

A zoom showing the case :

https://www.loom.com/share/cc791caf56d24bfcb5f281a06af7c0de?sid=f81e918d-6d60-413e-a2e8-1bff960c27f2

Hi @Philippe_Tschanun

To solve your issue, please use the method mentioned in the below loom.

Thanks & Regards

MSquare Support
Visit us here
Youtube Channel

2 Likes

Tks for youranswer and having taking the time to help me. It really helped. Have a nice day

2 Likes

Here is the pattern code I had to put in the Replace module to take out links… by the way, I ask chatgpt to create it and it worked. Cheers

[http\S*?]

2 Likes

Hello @Philippe_Tschanun :wave:

I just wanted to quickly step in and say thank you for coming back here and sharing your final step to getting this up and running. Super valuable stuff :pray: