How can i split text at space?

how can i split text at space?

Hi @Mir_abdul_khalek
You can try split block at " " and split at spaces blocks.
you can find them in the docs:

2 Likes

There is block for this in text blocks.

Search on community before asking basic things and creating topics.

Explore Kodular Docs to learn Kodular basics.

3 Likes

dose it possible to replace any word at space? i tried with text segment / replacement , but it’s not working

Don’t replace space. It doesn’t work.

Use split text block and split at space then use join block to join splitted text strings with additional string which you want to put in place of space.

You should first learn the basic use of each block.

This will be helpful for you:

1 Like

@Mir_abdul_khalek I now merged your 2 threads…
please do not start a new thread with the same subject… this might get you suspended from the community…
also before asking questions please follow this guide


thank you

Taifun

1 Like

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