cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the space between string

Former Member
0 Kudos

Hi

i want to trim the space between string. I know there is TRIM function in agentry but that only trim space if you have at start or end of the string. But i need to remove the space between the string. Please suggest some way to do it.

Accepted Solutions (1)

Accepted Solutions (1)

former_member208808
Active Participant
0 Kudos

Hi Amitoj,

Instead of TRIM function you can use REMOVE function from string category,

But it will remove all the spaces from the string (leading,trailing,middle all...)


Rule structure will look as follows.

String to remove will be space here.(blue highlighted space in above snap)

Hope this helps

Regards,

AK

Answers (0)