How do I cut a certain amount of parts from a link?

I want to cut the domain from a link. For example https://community.kodular.io/t/welcome-to-the-community/8 from this link only https://community.kodular.io I will cut this piece. How do I do it?

Use block spit.

Split at /

Index 1,2,3 is result

Or, after split
join https://
Joint index 3

can you please make a example block for me?

Ok.. wait..

1 Like

IMG_20210326_200435
IMG_20210326_200315

You can use either oF the block. For more info please refer this.

https://community.kodular.io/t/beginners-guide-text-blocks/66840

1 Like

@M4RK_C0D3R blocks (12)

Can you please explain the index block. Why 3?

Count the /.. You want to avoid the text after the third / so he used 3. Try to replace with 1 and 2 and see what is happening. You will get ideas

1 Like

oke got it. Thank you.

1 Like

blocks

what’s wrong here? Why not working?

blocks (1)

it also not working.

Android version ?

android version 11.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.