0

Remove all white spaces from a string

Hi, I need to know is exist a formula to remove all white spaces in a string. Trim just removes from beginning and end of a string. Thanks.

2 replies

null
    • Sean
    • 3 yrs ago
    • Reported - view

    You can use the replace() function. For example,

     

    replace(YourTextField, " ", "")

    • Carlos_Martinho
    • 3 yrs ago
    • Reported - view

    Hi, it works. Thanks a lot. Simple and easy.

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 804Views