How to remove space in between a word

Hello Koders,

I would like to know which block I should use to get rid of the space in between a word or numbers:

For example:
a).099 6002454
b). 099 600 2554

The space is between 9 and 6, 0 and 2
I’d like it to be: 0996002454 with no space in between.

Thanks.

Why is there space at all? Normally there is no space, you must’ve set this.

Yoshi

1 Like

Well, if you use Contact picker, the phone number selected may have space, therefore am looking for a way to get rid of this space.
@Yoshi

1 Like
replace all text
       text=(your text)
       segment=" " #a space between "s
       replacement="" #empty string

Please search the community next time.

3 Likes

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