Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Unanswered

How to remove spaces "within" a string of words?

(1) ShareShare
ReportReport
Posted on by

I have used trim to remove leading and trailing spaces, but cannot find a easy way to remove all spaces between words.  Am I missing something easy?  Since we have no easy way to do regex, I can't go that route either...

 

Any tips?

Categories:
  • Furqhan Profile Picture
    6 on at
    Re: How to remove spaces "within" a string of words?

    Thanks, the replace function worked 😀

  • asdfaf4 Profile Picture
    on at
    Re: How to remove spaces "within" a string of words?

    Thanks I will try that... in the meantime, I changed the initial web form and added REGEX to prevent any spaces or non alphabetic characters to be entered in the first place.

  • sergeluca Profile Picture
    500 on at
    Re: How to remove spaces "within" a string of words?

    perhaps replace() ?

    like 

    replace('hello world',' ','')    this returns 'helloworld'

    @asdfaf4 wrote:

    I have used trim to remove leading and trailing spaces, but cannot find a easy way to remove all spaces between words.  Am I missing something easy?  Since we have no easy way to do regex, I can't go that route either...

     

    Any tips?



    helloworld'

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1