Let’s assume Example 12 hello all right I have 12 brothers So I want to take the number 12 from the beginning and replace it with something
There’s probably a simpler way to do this but since you only want to remove the first occurence of the number you can do this:
In the Segment Block:
- Set the text to your sentence
- Set the start position to the index of the first space in your sentence and add 1 to skip the space
- Set the length to the total length of the sentence minus the index of the space
Of course, this is assuming that the first number you are removing will always be followed by a space.
Also, change the category to Discuss for questions like these. You have currently set it to Koded Apps.