Extract text from URL

Hi all,

how can I extract text from a URL consistently? I would like to extract the company name (Which is different in every link), so truncating doesn’t seem to work. Any ideas how the company name could be isolated?

The URL structure is as follows: https://www.website.com/COMPANYNAME/startseite/verein/21101/saison_id/2022

Best,
Philipp

Use “Split by” and pass “separator” - “/” and get the second item.

Ankur@Nocodetalks
Looking for a Bubble Coach? Buy Bubble.io mentorship

1 Like

Yup, what Ankur said, but you will need to get the 3rd item, not the 2nd. :wink:

1 Like

Ahhh that’s such a sophisticated solution, I love it! Big thank you to both of you. :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.