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:
This is purely a beginner’s tutorial.
I will show the things you can do with the different text blocks.
This is a textstring block
[image]
Default it is empty but you can fill it with a lot of different things. Some samples you can find below.
[image]
When a Text string block reaches a certain number of characters the text is only partially displayed. You see three dots … at the end of the visible part of the text string. The rest of the text string is still there, just not visible.
[image…
1 Like
Taifun
September 13, 2020, 1:37pm
#6
@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
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
thank you
Taifun
1 Like
system
(system)
Closed
October 13, 2020, 1:37pm
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.