Remove all urls from text

Hi @Juan_Manuel_Montanez
Try the following formula with replace function to replace all the contents inside square brackets:
{{replace("sample text with links[www.link 1.com]and[link 2] "; “/[(.*?)]/g”; emptystring)}}
image
Output:
image
Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

2 Likes