How to remove numbers from a string?

I want to remove all the numbers from a string. I tried using replace all text with segment block but I cannot define the segment and also the length of the string as it can be of any length.

For example:
25416898HelloWorld
1234HelloWorld
HelloWorld1234

The string length can be any. How do I remove all the numbers from the string leaving only letters in it?

Use regular expression

1 Like

blocks (26)

Do It Result: HelloWorld

Thanks Boban :+1:

1 Like

This was my try without extension :face_with_hand_over_mouth:

Note that this cannot be considered as solution to anyone who is trying similar thing. This was just random try to see if it can be done without extension. I have just tested one case as shown above. I don’t know if all the blocks above are correct or not. Using the mentioned extension is still the appropriate way. :smile:

3 Likes

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